Trigger Lambda by S3
examples/aws/s3_event.json
{ "name" : "Apple" }
Trigger by using:
aws s3 cp data.json s3://szabgab/new/data.json
Download the resulting file using
aws s3 cp s3://szabgab/out.json .
{ "name" : "Apple" }
Trigger by using:
aws s3 cp data.json s3://szabgab/new/data.json
Download the resulting file using
aws s3 cp s3://szabgab/out.json .