github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/examples/s3/Makefile (about)

     1  IMAGE=iron/lambda-node-aws-example
     2  
     3  create: Dockerfile
     4  	docker build -t $(IMAGE) .
     5  
     6  test:
     7  	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)