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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonthings
/
python-lambda
Public
forked from
nficano/python-lambda
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
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
python-lambda
aws_lambda
on
v3.2.4
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 7, 2018
Bump version: 3.2.3 β 3.2.4
soapergem
committed
4319ae3
View commit details
Copy full SHA for 4319ae3
View code at this point
Browse repository at this point
Commits on Sep 5, 2018
added none-safety check
gmyers-amfam
committed
006fda5
View commit details
Copy full SHA for 006fda5
View code at this point
Browse repository at this point
falling back to config file in case of failed lookup
gmyers-amfam
committed
d41e868
View commit details
Copy full SHA for d41e868
View code at this point
Browse repository at this point
fixed issue with accessing existing configuration
gmyers-amfam
committed
b4de0d5
View commit details
Copy full SHA for b4de0d5
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
calling function with kwargs parameter
gmyers-amfam
committed
28916f0
View commit details
Copy full SHA for 28916f0
View code at this point
Browse repository at this point
Commits on Jun 13, 2018
added cli option to preserve VPC settings on update
gmyers-amfam
committed
2e0831a
View commit details
Copy full SHA for 2e0831a
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
Bump version: 3.2.2 β 3.2.3
nficano
committed
4c4d6ab
View commit details
Copy full SHA for 4c4d6ab
View code at this point
Browse repository at this point
Bump version: 3.2.1 β 3.2.2
nficano
committed
ebef2fc
View commit details
Copy full SHA for ebef2fc
View code at this point
Browse repository at this point
fixed compat issues w/ pip 10
nficano
committed
0b02ec5
View commit details
Copy full SHA for 0b02ec5
View code at this point
Browse repository at this point
Commits on Apr 14, 2018
Bump version: 3.2.0 β 3.2.1
nficano
committed
2035125
View commit details
Copy full SHA for 2035125
View code at this point
Browse repository at this point
Bump version: 3.1.3 β 3.2.0
nficano
committed
b8d0fdc
View commit details
Copy full SHA for b8d0fdc
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
Merge pull request #102 from scotwk/feature-set-vpc-on-creation
Show description for b68ed0a
nficano
authored
b68ed0a
View commit details
Copy full SHA for b68ed0a
View code at this point
Browse repository at this point
Merge pull request #100 from scotwk/feature-specify-requirements-file
Show description for 10ef0aa
nficano
authored
10ef0aa
View commit details
Copy full SHA for 10ef0aa
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
Fix untagging when `Tags` key is not present.
Scot Kronenfeld
committed
b1b820a
View commit details
Copy full SHA for b1b820a
View code at this point
Browse repository at this point
Fix detection of existing tags when updating a function. `Tags` key is not present if there are no existing tags
Scot Kronenfeld
committed
7d2c2b4
View commit details
Copy full SHA for 7d2c2b4
View code at this point
Browse repository at this point
Commits on Feb 28, 2018
Set the VPC during lambda creation time (#101)
Scot Kronenfeld
committed
5e6331d
View commit details
Copy full SHA for 5e6331d
View code at this point
Browse repository at this point
Commits on Feb 27, 2018
Change --use-requirements to --requirements <PATH>.
Show description for 3d7d855
Scot Kronenfeld
committed
3d7d855
View commit details
Copy full SHA for 3d7d855
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
For python3, force tags to be a list (instead of the default dict_keys).
Scot Kronenfeld
committed
b866652
View commit details
Copy full SHA for b866652
View code at this point
Browse repository at this point
Updating template to include example for tags.
Scot Kronenfeld
committed
1502173
View commit details
Copy full SHA for 1502173
View code at this point
Browse repository at this point
Add the ability to set tags on a function
Scot Kronenfeld
committed
2f8aa9a
View commit details
Copy full SHA for 2f8aa9a
View code at this point
Browse repository at this point
Commits on Feb 20, 2018
Bump version: 3.1.2 β 3.1.3
selliott
committed
365f1e9
View commit details
Copy full SHA for 365f1e9
View code at this point
Browse repository at this point
Bump version: 3.1.1 β 3.1.2
selliott
committed
d7ab6e9
View commit details
Copy full SHA for d7ab6e9
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
Fix for issue 95 https://github.com/nficano/python-lambda/issues/95
selliott
committed
e9af7d1
View commit details
Copy full SHA for e9af7d1
View code at this point
Browse repository at this point
linting
nficano
committed
ad6fddd
View commit details
Copy full SHA for ad6fddd
View code at this point
Browse repository at this point
Commits on Feb 16, 2018
Bump version: 3.1.0 β 3.1.1
selliott
committed
3a05ca2
View commit details
Copy full SHA for 3a05ca2
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
Bump version: 3.0.3 β 3.1.0
selliott
committed
1e9a273
View commit details
Copy full SHA for 1e9a273
View code at this point
Browse repository at this point
Merge pull request #93 from jmehnle/profile_option
Show description for 92a8913
javamonkey79
authored
92a8913
View commit details
Copy full SHA for 92a8913
View code at this point
Browse repository at this point
Commits on Feb 7, 2018
Add support for `--profile` command-line argument.
Show description for 0556916
Julian Mehnle
committed
0556916
View commit details
Copy full SHA for 0556916
View code at this point
Browse repository at this point
fix for handling S3 lambda deployment arguments
Francis Tseng
committed
419ea87
View commit details
Copy full SHA for 419ea87
View code at this point
Browse repository at this point
Commits on Jan 8, 2018
Bump version: 3.0.2 β 3.0.3
nficano
committed
52b1e5c
View commit details
Copy full SHA for 52b1e5c
View code at this point
Browse repository at this point
Bump version: 3.0.1 β 3.0.2
nficano
committed
472b203
View commit details
Copy full SHA for 472b203
View code at this point
Browse repository at this point
cleanup
nficano
committed
75f333b
View commit details
Copy full SHA for 75f333b
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
Corrected 'deploy_s3' argument name
Show description for 421d033
franciscohanna92
authored
421d033
View commit details
Copy full SHA for 421d033
View code at this point
Browse repository at this point
Commits on Jan 4, 2018
Bump version: 3.0.0 β 3.0.1
nficano
committed
7c0ed32
View commit details
Copy full SHA for 7c0ed32
View code at this point
Browse repository at this point
Bump version: 2.2.1 β 3.0.0
nficano
committed
c494c99
View commit details
Copy full SHA for c494c99
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.