Skip to content

Commit

Permalink
add .env_sample file with example evironment variables #58
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Feb 10, 2020
1 parent c79ec61 commit abae7ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export AWS_REGION=eu-west-1
export AWS_IAM_ROLE=arn:aws:iam::123456789:role/LambdaExecRole
export AWS_ACCESS_KEY_ID=YOURACCESSKEYID
export AWS_SECRET_ACCESS_KEY=SUPERSECRETACCESSKEY
export TMPDIR=/Users/n/code/aws-lambda-depl/tmp/

0 comments on commit abae7ef

Please sign in to comment.