Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
tarundubai
/
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
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 9, 2020
Merge pull request #237 from gmcrocetti/pep-561
Show description for 525c5fd
heitorlessa
authored
525c5fd
Copy full SHA for 525c5fd
Commits on Dec 8, 2020
feat(pep-561): Create py.typed file and include into pyproject.
gmcrocetti
committed
f2b6a00
Copy full SHA for f2b6a00
Commits on Dec 7, 2020
Merge pull request #234 from Nr18/test-equal
Show description for 497d5d7
heitorlessa
authored
497d5d7
Copy full SHA for 497d5d7
refactor: convert dict into a literal dict object and re-use it
Joris Conijn
committed
0ab2786
Copy full SHA for 0ab2786
test: improve coverage
Joris Conijn
committed
49cb9f9
Copy full SHA for 49cb9f9
test: DictWrapper equals method
Show description for 6bc09b0
Joris Conijn
committed
6bc09b0
Copy full SHA for 6bc09b0
Merge pull request #233 from GroovyDan/improv/add_equality_check_to_dict_wrapper
Show description for bf4ef14
heitorlessa
authored
bf4ef14
Copy full SHA for bf4ef14
Update aws_lambda_powertools/utilities/data_classes/common.py
Show description for 98781e1
GroovyDan
and
Joris Conijn
authored
98781e1
Copy full SHA for 98781e1
Commits on Dec 4, 2020
Add type hints
GroovyDan
committed
b09164c
Copy full SHA for b09164c
Added __eq__ function to DictWrapper for better eqaulity checks
GroovyDan
committed
6ce10d2
Copy full SHA for 6ce10d2
Merge pull request #232 from gyft/add-missing-tests
Show description for 2c03d54
heitorlessa
authored
2c03d54
Copy full SHA for 2c03d54
test(general): Add missing tests for parser
Show description for 058e2bb
michaelbrewer
committed
058e2bb
Copy full SHA for 058e2bb
Merge branch 'develop' of https://github.com/awslabs/aws-lambda-powertools-python into develop
Show description for b9ec28d
heitorlessa
committed
b9ec28d
Copy full SHA for b9ec28d
chore: bump version to 1.9.0
heitorlessa
committed
06d09a7
Copy full SHA for 06d09a7
Merge pull request #227 from risenberg-cyberark/kinesis
Show description for ee18f83
heitorlessa
authored
ee18f83
Copy full SHA for ee18f83
fix: s3 model import
heitorlessa
committed
43e175d
Copy full SHA for 43e175d
docs: add Kinesis Streams as a supported model & envelope
heitorlessa
committed
3809763
Copy full SHA for 3809763
Merge branch 'develop' into kinesis
Show description for c822713
heitorlessa
committed
c822713
Copy full SHA for c822713
Merge pull request #225 from risenberg-cyberark/s3
Show description for b82ea7a
heitorlessa
authored
b82ea7a
Copy full SHA for b82ea7a
docs: add S3 as a supported model
heitorlessa
committed
0d21704
Copy full SHA for 0d21704
Merge branch 'develop' into s3
Show description for 19ee88d
heitorlessa
committed
19ee88d
Copy full SHA for 19ee88d
Merge pull request #231 from risenberg-cyberark/cloudwatch
Show description for 88bd2e0
heitorlessa
authored
88bd2e0
Copy full SHA for 88bd2e0
docs: add CW Logs as a supported envelope
heitorlessa
committed
ccd2a00
Copy full SHA for ccd2a00
fix: cloudwatch logs envelope typo
heitorlessa
committed
d07db54
Copy full SHA for d07db54
Merge branch 'develop' into cloudwatch
Show description for a09f434
heitorlessa
committed
a09f434
Copy full SHA for a09f434
docs: add CW Logs as a supported model
heitorlessa
committed
647f903
Copy full SHA for 647f903
Merge pull request #229 from risenberg-cyberark/alb
Show description for 415bfc6
heitorlessa
authored
415bfc6
Copy full SHA for 415bfc6
docs: add Alb as a supported model
heitorlessa
committed
7a38510
Copy full SHA for 7a38510
docs: shadow sidebar to remain expanded
heitorlessa
committed
16e5882
Copy full SHA for 16e5882
Commits on Dec 1, 2020
cr fixes
Ran Isenberg
committed
9b55817
Copy full SHA for 9b55817
cr fixes
Ran Isenberg
committed
b95a833
Copy full SHA for b95a833
feat: Add Kinesis lambda event support to Parser utility
ran-isenberg
authored and
Ran Isenberg
committed
4716aa3
Copy full SHA for 4716aa3
feat: Add cloudwatch lambda event support to Parser utility
Ran Isenberg
committed
836c066
Copy full SHA for 836c066
Commits on Nov 30, 2020
feat: Add alb lambda event support to Parser utility #228
Ran Isenberg
committed
346850d
Copy full SHA for 346850d
feat: Add Kinesis lambda event support to Parser utility
Ran Isenberg
committed
33f07b9
Copy full SHA for 33f07b9
Pagination
Previous
Next
You can’t perform that action at this time.