Skip to content

Commit f66b129

Browse files
committed
update to bref 1
1 parent 7af947d commit f66b129

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ serverless-print: ## print generated serverless.yml with all populated values
4747
$(RUN) serverless print --stage dev
4848
.PHONY: serverless-print
4949

50+
bref-layers:
51+
$(RUN) vendor/bin/bref layers eu-central-1
52+
.PHONY: bref-layers
53+
5054
# INVOKE FUNCTIONS LOCALLY
5155
function-invoke-local:
5256
serverless invoke local --stage dev --function function --data "hello world"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ make serverless-deploy
5454
* SNS Integration
5555
* SQS Integration
5656
* S3 Integration
57-
* HTTP Authorization
57+
* HTTP Authorization
58+
* Websockets

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider:
44
name: aws
55
stage: ${opt:stage, 'dev'}
66
region: ${env:AWS_DEFAULT_REGION}
7-
runtime: provided
7+
runtime: provided.al2
88
memorySize: 128 # Overwrite the default memory size. Default is 1024
99
usagePlan: # Optional usage plan configuration
1010
quota:

0 commit comments

Comments
 (0)