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 }}
bdimos
/
python-lambda-local
Public
forked from
ecompositor/python-lambda-local
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 30, 2019
Migrate pypi deployment tool to twine
freedomofkeima
committed
49ad011
View commit details
Copy full SHA for 49ad011
Browse repository at this point
Fix setup.cfg
freedomofkeima
committed
7e9d437
View commit details
Copy full SHA for 7e9d437
Browse repository at this point
Bump version to 0.1.8
freedomofkeima
committed
7fe2d75
View commit details
Copy full SHA for 7fe2d75
Browse repository at this point
Commits on Nov 20, 2018
Merge pull request #42 from yxd-hde/add-doc-for-call-as-lib
Show description for 0f87627
yxd-hde
authored
0f87627
View commit details
Copy full SHA for 0f87627
Browse repository at this point
Remove unused import.
yxd-hde
committed
1ef03a1
View commit details
Copy full SHA for 1ef03a1
Browse repository at this point
Update readme.
yxd-hde
committed
03f7e85
View commit details
Copy full SHA for 03f7e85
Browse repository at this point
Commits on Nov 9, 2018
Merge pull request #41 from yxd-hde/fix-log
Show description for c53781c
yxd-hde
authored
c53781c
View commit details
Copy full SHA for c53781c
Browse repository at this point
Commits on Nov 8, 2018
Fix test.
yxd-hde
committed
0e4b5db
View commit details
Copy full SHA for 0e4b5db
Browse repository at this point
Refine process execution.
yxd-hde
committed
bb185c6
View commit details
Copy full SHA for bb185c6
Browse repository at this point
Fix context usage.
yxd-hde
committed
980229f
View commit details
Copy full SHA for 980229f
Browse repository at this point
Fix context implementation.
yxd-hde
committed
0fa224b
View commit details
Copy full SHA for 0fa224b
Browse repository at this point
Commits on Oct 23, 2018
Merge pull request #38 from HDE/various-updates
Show description for 2de2a72
yxd-hde
authored
2de2a72
View commit details
Copy full SHA for 2de2a72
Browse repository at this point
Try running test
freedomofkeima
committed
abf7813
View commit details
Copy full SHA for abf7813
Browse repository at this point
Revert to 3.6
freedomofkeima
committed
b92ba32
View commit details
Copy full SHA for b92ba32
Browse repository at this point
Bump version.
yxd-hde
committed
a9693f0
View commit details
Copy full SHA for a9693f0
Browse repository at this point
Update copyright year and use Python 3.7
freedomofkeima
committed
f4a84f9
View commit details
Copy full SHA for f4a84f9
Browse repository at this point
Merge pull request #35 from random-element/direct_calls
Show description for c6aae27
freedomofkeima
authored
c6aae27
View commit details
Copy full SHA for c6aae27
Browse repository at this point
Merge pull request #37 from yxd-hde/i-36
Show description for ebb6357
yxd-hde
authored
ebb6357
View commit details
Copy full SHA for ebb6357
Browse repository at this point
Setup encoding.
yxd-hde
committed
3ac6eec
View commit details
Copy full SHA for 3ac6eec
Browse repository at this point
Commits on Oct 4, 2018
Added the function so that lambda functions can be called from pytests.
Show description for 45ffcdc
random-element
committed
45ffcdc
View commit details
Copy full SHA for 45ffcdc
Browse repository at this point
Split the parsing of input and the exporting of the variables for
Show description for f61c0a3
random-element
committed
f61c0a3
View commit details
Copy full SHA for f61c0a3
Browse repository at this point
Ignore venv directory for virtual environments
random-element
committed
3b4cca3
View commit details
Copy full SHA for 3b4cca3
Browse repository at this point
Commits on Sep 3, 2018
Bump version to 0.1.6
freedomofkeima
authored
fa0e3a8
View commit details
Copy full SHA for fa0e3a8
Browse repository at this point
Merge pull request #32 from yxd-hde/temp-fix-for-windows
Show description for 3af7a12
freedomofkeima
authored
3af7a12
View commit details
Copy full SHA for 3af7a12
Browse repository at this point
Add timer timeout implementation for windows.
yxd-hde
committed
10b1608
View commit details
Copy full SHA for 10b1608
Browse repository at this point
Commits on Dec 14, 2017
Bump version.
yxd-hde
committed
5ee7f04
View commit details
Copy full SHA for 5ee7f04
Browse repository at this point
Commits on Oct 10, 2017
Merge pull request #22 from mislavcimpersak/feature/load_env_vars_from_file
Show description for 2519478
yxd-hde
authored
2519478
View commit details
Copy full SHA for 2519478
Browse repository at this point
Commits on Sep 20, 2017
added an option to set env vars using json file
Mislav Cimperšak
committed
5879561
View commit details
Copy full SHA for 5879561
Browse repository at this point
Commits on May 10, 2017
Merge pull request #16 from yxd-hde/i-15
Show description for 2a7eece
yxd-hde
authored
2a7eece
View commit details
Copy full SHA for 2a7eece
Browse repository at this point
Remove debug code.
yxd-hde
committed
8f2f6aa
View commit details
Copy full SHA for 8f2f6aa
Browse repository at this point
Fix readme.
yxd-hde
committed
95a4c52
View commit details
Copy full SHA for 95a4c52
Browse repository at this point
Update readme.
yxd-hde
committed
0739045
View commit details
Copy full SHA for 0739045
Browse repository at this point
Add version.
yxd-hde
committed
2f6d3dd
View commit details
Copy full SHA for 2f6d3dd
Browse repository at this point
Commits on Apr 19, 2017
Fix typo.
yxd-hde
committed
88bee13
View commit details
Copy full SHA for 88bee13
Browse repository at this point
Update copyright information.
yxd-hde
committed
04b62dd
View commit details
Copy full SHA for 04b62dd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.