Files
fn-serverless/examples/s3/Makefile
Seif Lotfy سيف لطفي ba65220127 Lambda docs (#264)
* Add aws.md and s3 example

Signed-off-by: Seif Lotfy <seif.lotfy@gmail.com>

* minor fix
2016-11-11 19:40:22 +01:00

8 lines
246 B
Makefile

IMAGE=iron/lambda-node-aws-example
create: Dockerfile
docker build -t $(IMAGE) .
test:
docker run --rm -it -e PAYLOAD_FILE=/mnt/example-payload.json -e AWS_ACCESS_KEY_ID=change-here -e AWS_SECRET_ACCESS_KEY=change-here -v `pwd`:/mnt $(IMAGE)