File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ awslocal lambda create-function \
22
22
--role arn:aws:iam::000000000000:role/lambda-role \
23
23
--environment Variables=" {STAGE=local}"
24
24
25
+ awslocal lambda wait function-active-v2 --function-name presign
26
+
25
27
awslocal lambda create-function-url-config \
26
28
--function-name presign \
27
29
--auth-type NONE
@@ -36,6 +38,8 @@ awslocal lambda create-function \
36
38
--role arn:aws:iam::000000000000:role/lambda-role \
37
39
--environment Variables=" {STAGE=local}"
38
40
41
+ awslocal lambda wait function-active-v2 --function-name list
42
+
39
43
awslocal lambda create-function-url-config \
40
44
--function-name list \
41
45
--auth-type NONE
@@ -59,6 +63,8 @@ awslocal lambda create-function \
59
63
--role arn:aws:iam::000000000000:role/lambda-role \
60
64
--environment Variables=" {STAGE=local}"
61
65
66
+ awslocal lambda wait function-active-v2 --function-name resize
67
+
62
68
awslocal s3api put-bucket-notification-configuration \
63
69
--bucket localstack-thumbnails-app-images \
64
70
--notification-configuration " {\" LambdaFunctionConfigurations\" : [{\" LambdaFunctionArn\" : \" $( awslocal lambda get-function --function-name resize | jq -r .Configuration.FunctionArn) \" , \" Events\" : [\" s3:ObjectCreated:*\" ]}]}"
You can’t perform that action at this time.
0 commit comments