Skip to content

RamVegiraju/Lambda-Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lambda-Container

Example of creating a Lambda container image

Steps

docker build -t image-name .

docker run -p 9000:8080 image-name

curl --request POST \
  --url http://localhost:9000/2015-03-31/functions/function/invocations \
  --header 'Content-Type: application/json' \
  --data '{"Input": 4}'

About

Example of creating a Lambda container image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published