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 02e1324 commit e344ad0Copy full SHA for e344ad0
README.md
@@ -36,10 +36,11 @@ $ aws lambda create-function \
36
--role bashFunctionRole \
37
--handler index.handler \
38
--runtime provided \
39
- --layers $ARN
+ --layers arn:aws:lambda:<region>:744348701589:layer:bash:2 \
40
+ --zip-file fileb://function.zip
41
```
42
-2. Upload your code and start using Bash in AWS Lambda!
43
+2. Start using Bash in AWS Lambda!
44
45
### Updating Versions
46
@@ -60,7 +61,7 @@ $ aws lambda create-function \
60
61
62
$ aws lambda update-function-configuration \
63
--function-name bashFunction \
64
+ --layers arn:aws:lambda:<region>:744348701589:layer:bash:2
65
66
67
### Writing Scripts
0 commit comments