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
Accelerator
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 }}
genums
/
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
aws_lambda_powertools
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 3, 2020
chore(batch): Housekeeping for recent changes (#157)
Show description for b8a8ab5
michaelbrewer
authored
b8a8ab5
View commit details
Copy full SHA for b8a8ab5
View code at this point
Browse repository at this point
Merge pull request #149 from Nr18/static-types
Show description for 80a7602
heitorlessa
authored
80a7602
View commit details
Copy full SHA for 80a7602
View code at this point
Browse repository at this point
chore: add debug logging for sqs batch processing
Tom McCarthy
committed
592b5a8
View commit details
Copy full SHA for 592b5a8
View code at this point
Browse repository at this point
chore: remove middlewares module, moving decorator functionality to base and sqs
Tom McCarthy
committed
249b595
View commit details
Copy full SHA for 249b595
View code at this point
Browse repository at this point
fix: throw exception by default if messages processing fails
Tom McCarthy
committed
64c7093
View commit details
Copy full SHA for 64c7093
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
fix: add sqs_batch_processor as its own method
Tom McCarthy
committed
6619ff8
View commit details
Copy full SHA for 6619ff8
View code at this point
Browse repository at this point
chore: add sqs_batch_processor decorator to simplify interface
Tom McCarthy
committed
11e385d
View commit details
Copy full SHA for 11e385d
View code at this point
Browse repository at this point
feat(parameters): transform = "auto" (#133)
Show description for 9c09099
michaelbrewer
authored
9c09099
View commit details
Copy full SHA for 9c09099
View code at this point
Browse repository at this point
chore: fix typos, docstrings and type hints (#154)
Show description for 1951574
michaelbrewer
authored
1951574
View commit details
Copy full SHA for 1951574
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
Merge branch 'develop' into static-types
Joris Conijn
authored
7d8a520
View commit details
Copy full SHA for 7d8a520
View code at this point
Browse repository at this point
Merge pull request #100 from gmcrocetti/partial-sqs-batch
Show description for b28c47e
heitorlessa
authored
b28c47e
View commit details
Copy full SHA for b28c47e
View code at this point
Browse repository at this point
fix: ensure debug log event has latest ctx
heitorlessa
committed
20e7f33
View commit details
Copy full SHA for 20e7f33
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
refactor: remove references to BaseProcessor. Left BasePartialProcessor
gmcrocetti
committed
25d67ca
View commit details
Copy full SHA for 25d67ca
View code at this point
Browse repository at this point
refactor: replace LambdaEvent with Dict[str, Any]
Joris Conijn
committed
872f99c
View commit details
Copy full SHA for 872f99c
View code at this point
Browse repository at this point
Commits on Aug 30, 2020
fix: ensures xray_trace_id is refreshed
heitorlessa
committed
ccd882f
View commit details
Copy full SHA for ccd882f
View code at this point
Browse repository at this point
refactor: remove initial reference
Joris Conijn
committed
509b37b
View commit details
Copy full SHA for 509b37b
View code at this point
Browse repository at this point
refactor: fix import issues and provide context in docblocks
Joris Conijn
committed
2fe2e8a
View commit details
Copy full SHA for 2fe2e8a
View code at this point
Browse repository at this point
feat: add xray_trace_id key when tracing is active #137
heitorlessa
committed
a7d9001
View commit details
Copy full SHA for a7d9001
View code at this point
Browse repository at this point
Commits on Aug 29, 2020
docs: fix suggestions made by @heitorlessa
gmcrocetti
committed
14cc383
View commit details
Copy full SHA for 14cc383
View code at this point
Browse repository at this point
refactor: split properties and add docblocks
Joris Conijn
committed
a7f8b11
View commit details
Copy full SHA for a7f8b11
View code at this point
Browse repository at this point
fixup! refactor: split the objects into seperate files
Joris Conijn
committed
df346b7
View commit details
Copy full SHA for df346b7
View code at this point
Browse repository at this point
refactor: split the objects into seperate files
Joris Conijn
committed
1cf0d94
View commit details
Copy full SHA for 1cf0d94
View code at this point
Browse repository at this point
feat: initial implementation as the proposed gist is
Joris Conijn
committed
bf457f5
View commit details
Copy full SHA for bf457f5
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
chore: doc typo
michaelbrewer
committed
42f6b22
View commit details
Copy full SHA for 42f6b22
View code at this point
Browse repository at this point
refactor: make requested changes
Show description for e4c1e8e
michaelbrewer
committed
e4c1e8e
View commit details
Copy full SHA for e4c1e8e
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
feat(logging): suppress some log keys
Show description for 3e0116b
michaelbrewer
committed
3e0116b
View commit details
Copy full SHA for 3e0116b
View code at this point
Browse repository at this point
feat(logging): allow for custom json order
Show description for e148ffc
michaelbrewer
committed
e148ffc
View commit details
Copy full SHA for e148ffc
View code at this point
Browse repository at this point
refactor: use None instead of
michaelbrewer
committed
f9f4bde
View commit details
Copy full SHA for f9f4bde
View code at this point
Browse repository at this point
feat(logger): readable log_dict seq
Show description for 133f260
michaelbrewer
committed
133f260
View commit details
Copy full SHA for 133f260
View code at this point
Browse repository at this point
fix: typo in example
gmcrocetti
committed
edcc14a
View commit details
Copy full SHA for edcc14a
View code at this point
Browse repository at this point
docs(partial-processor): add simple docstrings to success/failure handlers
gmcrocetti
committed
8ba81b4
View commit details
Copy full SHA for 8ba81b4
View code at this point
Browse repository at this point
refactor: batch middleware
gmcrocetti
committed
be06149
View commit details
Copy full SHA for be06149
View code at this point
Browse repository at this point
refactor: changes partial_sqs middleware in favor of a generic interface always expecting a BatchProcessor
gmcrocetti
committed
c999f96
View commit details
Copy full SHA for c999f96
View code at this point
Browse repository at this point
refactor(sqs): add module middlewares
gmcrocetti
committed
f419ef6
View commit details
Copy full SHA for f419ef6
View code at this point
Browse repository at this point
docs(sqs-base): docstring for base class
gmcrocetti
committed
c7582f3
View commit details
Copy full SHA for c7582f3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.