Skip to content

daniel-wachira/aws-rie-arm64-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Simple skeleton showing running arm64 version of aws-lambda-rie.

Build and Deploy

In primary terminal, run:

docker build -t myfunction:latest .
docker run -p 9000:8080 myfunction:latest

Testing

In a second terminal, run:

curl -i -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'

If everything went well you will get back a 'Hello World' message

About

arm64 runtime sample using aws-rie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published