Skip to content

soumilshah1995/PythonLambdaDockerECR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonLambdaDockerECR

PythonLambdaDockerECR

  • Learn how to run lambda on docker container and deploy Base image on ECR and use on Lambda

Commands

docker build -t random-letter .


docker run -p 9000:8080 random-letter:latest

curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d "{\"msg\":\"hello\"}"

About

PythonLambdaDockerECR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published