Skip to content
Snippets Groups Projects
Commit d31bd2ae authored by Bertrand PINEL's avatar Bertrand PINEL
Browse files

fully working terraform script with updated README...

parent be992af8
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,8 @@ The script is available in the cloud/lambda directory of this project.
The following operations need to be performed (adapting the region you are using):
```
zip lambda-jsonapi.zip ../lambda/lambda-jsonapi.js
cp ../lambda/lambda-jsonapi.js .
zip lambda-jsonapi.zip lambda-jsonapi.js
aws s3api create-bucket --bucket=lambda-jsonapi-code-bucket --region=us-east-1
aws s3 cp lambda-jsonapi.zip s3://lambda-jsonapi-code-bucket/v1.0.0/lambda-jsonapi.zip
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment