File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ DeploymentDescriptor {
15
15
" Description of this deployment descriptor "
16
16
17
17
// a lambda function
18
- Function ( name: " HttpApiLambda " , architecture : . x64 ) {
18
+ Function ( name: " HttpApiLambda " ) {
19
19
20
20
EventSources {
21
21
@@ -39,7 +39,7 @@ DeploymentDescriptor {
39
39
}
40
40
41
41
// create a Lambda function and its depending resources
42
- Function ( name: " SQSLambda " ) {
42
+ Function ( name: " SQSLambda " , architecture : . arm64 ) {
43
43
44
44
EventSources {
45
45
Original file line number Diff line number Diff line change @@ -27,6 +27,15 @@ localtest:
27
27
28
28
list :
29
29
sam list endpoints -t sam.yaml --stack-name swift-aws-lambda-runtime-example --output json
30
+
31
+ logs :
32
+ sam logs --stack-name swift-aws-lambda-runtime-example
33
+
34
+ logstail :
35
+ sam logs --stack-name swift-aws-lambda-runtime-example -t
36
+
37
+ delete :
38
+ sam delete --stack-name swift-aws-lambda-runtime-example
30
39
31
40
clean :
32
41
# find . -name .build -exec rm -rf {} \;
You can’t perform that action at this time.
0 commit comments