We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eef07b commit 53b1275Copy full SHA for 53b1275
aws-ruby-simple-http-endpoint/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aws-ruby-simple-http-endpoint",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Example demonstrates how to setup a simple HTTP GET endpoint",
5
"author": "",
6
"license": "MIT"
aws-ruby-simple-http-endpoint/serverless.yml
service: serverless-ruby-simple-http-endpoint
-frameworkVersion: ">=1.1.0 <2.0.0"
+frameworkVersion: ">=2.1.0 <3.0.0"
provider:
name: aws
0 commit comments