This is a working collection of basic web-server-in-aws-lambda setups, in various languages using various popular web frameworks.
The images built from the associated Dockerfiles
can be uploadeded to ECR, and then used by Lambda.
You can ignore the waypoint.hcl
files unless you want to use waypoint
to handle the entire build & deployment process.
Note: In order to run all
Makefile
commands, the following dependencies will need to be installed. Though, not all are needed if you’re only running a subset of all the available languages.
docker
CLI & Docker Desktopwaypoint
CLI + a running Server- AWS Credentials
deno
go
node
+npm
python3
cargo
swift
vapor
CLI
There a various Make
commands available in the Makefile
to
run each app with their native build tool and with docker, and to deploy them
to AWS Lambda.
Warning: These URLs may change at any time.