Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bertrand PINEL
ember-aws-ehipster
Commits
d31bd2ae
Commit
d31bd2ae
authored
Dec 02, 2018
by
Bertrand PINEL
Browse files
fully working terraform script with updated README...
parent
be992af8
Changes
1
Hide whitespace changes
Inline
Side-by-side
cloud/terraform/README.md
View file @
d31bd2ae
...
...
@@ -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
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment