File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ serverless-print: ## print generated serverless.yml with all populated values
47
47
$(RUN ) serverless print --stage dev
48
48
.PHONY : serverless-print
49
49
50
+ bref-layers :
51
+ $(RUN ) vendor/bin/bref layers eu-central-1
52
+ .PHONY : bref-layers
53
+
50
54
# INVOKE FUNCTIONS LOCALLY
51
55
function-invoke-local :
52
56
serverless invoke local --stage dev --function function --data " hello world"
Original file line number Diff line number Diff line change @@ -54,4 +54,5 @@ make serverless-deploy
54
54
* SNS Integration
55
55
* SQS Integration
56
56
* S3 Integration
57
- * HTTP Authorization
57
+ * HTTP Authorization
58
+ * Websockets
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ provider:
4
4
name : aws
5
5
stage : ${opt:stage, 'dev'}
6
6
region : ${env:AWS_DEFAULT_REGION}
7
- runtime : provided
7
+ runtime : provided.al2
8
8
memorySize : 128 # Overwrite the default memory size. Default is 1024
9
9
usagePlan : # Optional usage plan configuration
10
10
quota :
You can’t perform that action at this time.
0 commit comments