Skip to content

Commit 53b1275

Browse files
committed
Update frameworkVersion to 2
1 parent 9eef07b commit 53b1275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-ruby-simple-http-endpoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-ruby-simple-http-endpoint",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Example demonstrates how to setup a simple HTTP GET endpoint",
55
"author": "",
66
"license": "MIT"

aws-ruby-simple-http-endpoint/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: serverless-ruby-simple-http-endpoint
22

3-
frameworkVersion: ">=1.1.0 <2.0.0"
3+
frameworkVersion: ">=2.1.0 <3.0.0"
44

55
provider:
66
name: aws

0 commit comments

Comments
 (0)