Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit f75a2fe

Browse files
committed
PR feedback: update .gitignore and simplify README
1 parent 192f1ed commit f75a2fe

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Go output binary
44
bootstrap
5-
aws.env
5+
*.env
66
*.aes
77
vendor/
88
.terraform/

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ The `deploy-lambdas.sh` script can be used to build the Go binary and deploy the
2525
have NPM and Go installed locally you can use the Docker image with Docker Compose to build and deploy from a container
2626
so you do not have to install all dependencies locally. Here are instructions for deploying with Docker:
2727

28-
1. Copy `.env.example` to `.env`
29-
2. Update with appropriate values
30-
3. Run `docker-compose run app bash`
31-
4. From inside container run `./deploy-lambdas.sh`
32-
5. Done.
28+
1. Copy `.env.example` to `.env` and update with appropriate values
29+
2. Run `docker-compose run app ./deploy-lambdas.sh`
3330

3431
## IAM Permissions for running Serverless
3532
In order for Serverless to do its work you'll need a user with the following IAM permissions:

0 commit comments

Comments
 (0)