Skip to content

Commit a3cbe0b

Browse files
committed
Create aws config file and export its variable in bootstrap
1 parent e7dbf84 commit a3cbe0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ set -uo pipefail
55
# Constants
66
RUNTIME_PATH="2018-06-01/runtime"
77
mkdir -p /tmp/.aws
8+
touch /tmp/.aws/config
89
export HOME="/tmp"
10+
export AWS_CONFIG_FILE="/tmp/.aws/config"
911

1012
# Send initialization error to Lambda API
1113
sendInitError () {

0 commit comments

Comments
 (0)