Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Gert25
/
aws-lambda-powertools-python
Public
forked from
aws-powertools/powertools-lambda-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 11, 2021
docs(feature-flags): add guidance when to use vs env vars vs parameters
heitorlessa
committed
f627b02
View commit details
Copy full SHA for f627b02
Browse repository at this point
fix(feature-toggles): correct cdk example (#601)
michaelbrewer
authored
1a21b3f
View commit details
Copy full SHA for 1a21b3f
Browse repository at this point
Commits on Aug 10, 2021
docs(feature-flags): fix sample feature name in evaluate
heitorlessa
committed
4318ac9
View commit details
Copy full SHA for 4318ac9
Browse repository at this point
chore: include feature-flags docs hotfix
heitorlessa
committed
2a5be0f
View commit details
Copy full SHA for 2a5be0f
Browse repository at this point
docs(feature_flags): fix SAM infra, convert CDK to Python
heitorlessa
committed
ccaf04c
View commit details
Copy full SHA for ccaf04c
Browse repository at this point
chore: update pypi description, keywords
heitorlessa
committed
0264294
View commit details
Copy full SHA for 0264294
Browse repository at this point
chore: bump to 1.19.0
heitorlessa
committed
144084a
View commit details
Copy full SHA for 144084a
Browse repository at this point
docs(event-handler): new custom serializer option
heitorlessa
committed
4aa84d3
View commit details
Copy full SHA for 4aa84d3
Browse repository at this point
fix(feature-flags): bug handling multiple conditions (#599)
Show description for 06cd8da
ran-isenberg
and
heitorlessa
authored
06cd8da
View commit details
Copy full SHA for 06cd8da
Browse repository at this point
docs(parameters): auto-transforming values based on suffix (#573)
Show description for 0b0b38b
3 people
authored
0b0b38b
View commit details
Copy full SHA for 0b0b38b
Browse repository at this point
docs(tracer): update wording that it auto-disables on non-Lambda env
heitorlessa
committed
cb8169e
View commit details
Copy full SHA for cb8169e
Browse repository at this point
feat(tracer): disable tracer when for non-Lambda envs (#598)
michaelbrewer
authored
06be626
View commit details
Copy full SHA for 06be626
Browse repository at this point
docs(feature-flags): create concrete documentation (#594)
Show description for b9a1d54
Alex
and
heitorlessa
authored
b9a1d54
View commit details
Copy full SHA for b9a1d54
Browse repository at this point
chore(deps): bump boto3 from 1.18.15 to 1.18.17 (#597)
Show description for 7b3b032
dependabot[bot]
authored
7b3b032
View commit details
Copy full SHA for 7b3b032
Browse repository at this point
feat(feature flags): Add not_in action and rename contains to in (#589)
Show description for 6952d83
ran-isenberg
and
heitorlessa
authored
6952d83
View commit details
Copy full SHA for 6952d83
Browse repository at this point
Commits on Aug 9, 2021
chore(deps-dev): bump mkdocs-material from 7.2.2 to 7.2.3 (#596)
Show description for d07a3e1
dependabot[bot]
authored
d07a3e1
View commit details
Copy full SHA for d07a3e1
Browse repository at this point
Commits on Aug 6, 2021
chore(deps): bump boto3 from 1.18.1 to 1.18.15 (#591)
Show description for f4deeab
dependabot[bot]
authored
f4deeab
View commit details
Copy full SHA for f4deeab
Browse repository at this point
chore(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2 (#558)
dependabot[bot]
authored
cef266a
View commit details
Copy full SHA for cef266a
Browse repository at this point
fix(deps): bump poetry to latest (#592)
michaelbrewer
authored
a3681f1
View commit details
Copy full SHA for a3681f1
Browse repository at this point
Commits on Aug 5, 2021
chore(deps-dev): bump mkdocs-material from 7.2.1 to 7.2.2 (#582)
Show description for 726b9e6
dependabot[bot]
authored
726b9e6
View commit details
Copy full SHA for 726b9e6
Browse repository at this point
chore: only build docs on docs path
heitorlessa
committed
b8423ce
View commit details
Copy full SHA for b8423ce
Browse repository at this point
refactor(feature-flags): add debug for all features evaluation" (#590)
Show description for d9fe499
heitorlessa
authored
d9fe499
View commit details
Copy full SHA for d9fe499
Browse repository at this point
chore: enable autolabel based on PR title
heitorlessa
committed
f0a852a
View commit details
Copy full SHA for f0a852a
Browse repository at this point
chore(deps-dev): bump pdoc3 from 0.9.2 to 0.10.0 (#584)
Show description for 486f9b9
dependabot[bot]
authored
486f9b9
View commit details
Copy full SHA for 486f9b9
Browse repository at this point
docs(feature-toggles): correct docs and typing (#588)
michaelbrewer
authored
4eb4aaa
View commit details
Copy full SHA for 4eb4aaa
Browse repository at this point
Commits on Aug 4, 2021
refactor(feature_flags): optimize UX and maintenance (#563)
Show description for 92d4a6d
heitorlessa
and
michaelbrewer
authored
92d4a6d
View commit details
Copy full SHA for 92d4a6d
Browse repository at this point
Commits on Aug 3, 2021
docs(readme): add code coverage badge (#577)
michaelbrewer
authored
79294f7
View commit details
Copy full SHA for 79294f7
Browse repository at this point
Commits on Jul 30, 2021
feat(api-gateway): add support for custom serializer (#568)
Show description for 8fcb23b
michaelbrewer
and
heitorlessa
authored
8fcb23b
View commit details
Copy full SHA for 8fcb23b
Browse repository at this point
feat(params): expose high level max_age, raise_on_transform_error (#567)
michaelbrewer
authored
dfe42b1
View commit details
Copy full SHA for dfe42b1
Browse repository at this point
fix(parser): apigw wss validation check_message_id; housekeeping (#553)
michaelbrewer
authored
0df5c57
View commit details
Copy full SHA for 0df5c57
Browse repository at this point
Commits on Jul 29, 2021
chore(deps-dev): bump isort from 5.9.2 to 5.9.3 (#574)
Show description for f3ee8d1
dependabot[bot]
authored
f3ee8d1
View commit details
Copy full SHA for f3ee8d1
Browse repository at this point
Commits on Jul 27, 2021
feat(data-classes): decode json_body if based64 encoded (#560)
michaelbrewer
authored
1135314
View commit details
Copy full SHA for 1135314
Browse repository at this point
Commits on Jul 26, 2021
chore(deps-dev): bump mkdocs-material from 7.2.0 to 7.2.1 (#566)
Show description for 6240957
dependabot[bot]
authored
6240957
View commit details
Copy full SHA for 6240957
Browse repository at this point
Commits on Jul 23, 2021
chore(deps-dev): bump mkdocs-material from 7.1.11 to 7.2.0 (#551)
Show description for cf001a6
dependabot[bot]
authored
cf001a6
View commit details
Copy full SHA for cf001a6
Browse repository at this point
chore(deps-dev): bump flake8-black from 0.2.1 to 0.2.3 (#541)
Show description for dd61320
dependabot[bot]
authored
dd61320
View commit details
Copy full SHA for dd61320
Browse repository at this point
Previous
Next
You can’t perform that action at this time.