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 }}
dariusjs
/
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
Breadcrumbs
History for
aws-lambda-powertools-python
tests
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 22, 2020
feat: Add Ses lambda event support to Parser utility #213
Ran Isenberg
committed
c005cc7
View commit details
Copy full SHA for c005cc7
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
feat: include new replay-name field in parser and data_classes
heitorlessa
committed
62e64bf
View commit details
Copy full SHA for 62e64bf
View code at this point
Browse repository at this point
Commits on Nov 15, 2020
Feature: Add sns notification support to Parser utility #206
Ran Isenberg
committed
f6ccaa3
View commit details
Copy full SHA for f6ccaa3
View code at this point
Browse repository at this point
Commits on Oct 31, 2020
feat(data_classes): API Gateway V2 IAM and Lambda
Show description for 4724886
michaelbrewer
committed
4724886
View commit details
Copy full SHA for 4724886
View code at this point
Browse repository at this point
Commits on Oct 25, 2020
Merge pull request #198 from awslabs/improv/suppress-logger-propagation
Show description for 828fec4
heitorlessa
authored
828fec4
View commit details
Copy full SHA for 828fec4
View code at this point
Browse repository at this point
Commits on Oct 24, 2020
improv: update root logger test
heitorlessa
committed
61cddb0
View commit details
Copy full SHA for 61cddb0
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
improv: export Pydantic ValidationError instead of our own
heitorlessa
committed
4e738e9
View commit details
Copy full SHA for 4e738e9
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
docs: add envelope section
heitorlessa
committed
75dc529
View commit details
Copy full SHA for 75dc529
View code at this point
Browse repository at this point
Commits on Oct 20, 2020
fix: ensures parser can take json strings as input
heitorlessa
committed
cb8d6a0
View commit details
Copy full SHA for cb8d6a0
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
improv: rename schema to model as per Tom's review
heitorlessa
committed
7480985
View commit details
Copy full SHA for 7480985
View code at this point
Browse repository at this point
improv: rename to event_parser as per Tom's review
heitorlessa
committed
404530f
View commit details
Copy full SHA for 404530f
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
chore: explicit DynamoDB Stream schema naming
heitorlessa
committed
0189db0
View commit details
Copy full SHA for 0189db0
View code at this point
Browse repository at this point
improv: adjust high level imports
heitorlessa
committed
974a98c
View commit details
Copy full SHA for 974a98c
View code at this point
Browse repository at this point
Commits on Oct 11, 2020
improv: add docstrings; event internal param renamed
heitorlessa
committed
f21b3ca
View commit details
Copy full SHA for f21b3ca
View code at this point
Browse repository at this point
improv: propagate exception to parser
heitorlessa
committed
89122ac
View commit details
Copy full SHA for 89122ac
View code at this point
Browse repository at this point
Commits on Oct 10, 2020
feat: add standalone parse function
heitorlessa
committed
89929b3
View commit details
Copy full SHA for 89929b3
View code at this point
Browse repository at this point
improv: simplify base envelope; increase test cov
heitorlessa
committed
f0ff926
View commit details
Copy full SHA for f0ff926
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
improv: test parser
heitorlessa
committed
292c045
View commit details
Copy full SHA for 292c045
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
improv: raise own exception; remove duplicates
heitorlessa
committed
64f3261
View commit details
Copy full SHA for 64f3261
View code at this point
Browse repository at this point
Commits on Oct 4, 2020
fix: snake_case
heitorlessa
committed
c7f242a
View commit details
Copy full SHA for c7f242a
View code at this point
Browse repository at this point
improv: envelope structure & import
heitorlessa
committed
991bec7
View commit details
Copy full SHA for 991bec7
View code at this point
Browse repository at this point
chore: remove test for commented code
heitorlessa
committed
1e4a49c
View commit details
Copy full SHA for 1e4a49c
View code at this point
Browse repository at this point
improv: rename advanced_parser to parser
heitorlessa
committed
df854d3
View commit details
Copy full SHA for df854d3
View code at this point
Browse repository at this point
Merge pull request #186 from gyft/feat-case-insensitive-dict
Show description for 585f708
heitorlessa
authored
585f708
View commit details
Copy full SHA for 585f708
View code at this point
Browse repository at this point
Commits on Oct 3, 2020
Merge branch 'develop' into feat-case-insensitive-dict
michaelbrewer
committed
3a3e716
View commit details
Copy full SHA for 3a3e716
View code at this point
Browse repository at this point
tests(pydantic): Add missing coverage
Show description for 7d1abf0
michaelbrewer
committed
7d1abf0
View commit details
Copy full SHA for 7d1abf0
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
Merge pull request #178 from gyft/cognito-custom-auth
Show description for 9661f13
heitorlessa
authored
9661f13
View commit details
Copy full SHA for 9661f13
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
feat(data_classes): case insensitive header lookup
Show description for 4c77c78
michaelbrewer
committed
4c77c78
View commit details
Copy full SHA for 4c77c78
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
test(data_classes): correct some of the unit tests
michaelbrewer
committed
4846b77
View commit details
Copy full SHA for 4846b77
View code at this point
Browse repository at this point
Commits on Sep 25, 2020
fix: reduce complexity of dynamo envelope
Ran Isenberg
committed
a47056f
View commit details
Copy full SHA for a47056f
View code at this point
Browse repository at this point
fix: poetry update + pydantic, typing_extensions as optional
Ran Isenberg
committed
38e1582
View commit details
Copy full SHA for 38e1582
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
feat(data_classes): Cognito custom auth triggers
Show description for 9b836e0
michaelbrewer
committed
9b836e0
View commit details
Copy full SHA for 9b836e0
View code at this point
Browse repository at this point
Merge branch 'develop' of github.com:risenberg-cyberark/aws-lambda-powertools-python into pydantic
Ran Isenberg
committed
b7cb539
View commit details
Copy full SHA for b7cb539
View code at this point
Browse repository at this point
Commits on Sep 22, 2020
feat: Advanced parser utility (pydantic)
Ran Isenberg
committed
47cd711
View commit details
Copy full SHA for 47cd711
View code at this point
Browse repository at this point
Commits on Sep 21, 2020
improv: disable tracer when using the Chalice CLI (#172)
jamesls
authored
b8d15c3
View commit details
Copy full SHA for b8d15c3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.