We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dbf84 commit a3cbe0bCopy full SHA for a3cbe0b
bootstrap
@@ -5,7 +5,9 @@ set -uo pipefail
5
# Constants
6
RUNTIME_PATH="2018-06-01/runtime"
7
mkdir -p /tmp/.aws
8
+touch /tmp/.aws/config
9
export HOME="/tmp"
10
+export AWS_CONFIG_FILE="/tmp/.aws/config"
11
12
# Send initialization error to Lambda API
13
sendInitError () {
0 commit comments