You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ This sample code helps get you started with a simple Sinatra web app deployed on
4
4
5
5
Additional details can be found at: https://aws.amazon.com/blogs/compute/announcing-ruby-support-for-aws-lambda/
6
6
7
+
__Other resources:__
8
+
9
+
Ruby Sinatra on AWS Lambda: https://blog.eq8.eu/article/sinatra-on-aws-lambda.html
10
+
11
+
We want FaaS for Ruby: https://www.serverless-ruby.org/
12
+
7
13
What's Here
8
14
-----------
9
15
@@ -67,6 +73,11 @@ To work on the sample code, you'll need to clone your project's repository to yo
67
73
--stack-name { your-stack-name } \
68
74
--capabilities CAPABILITY_IAM
69
75
76
+
6. Once the deployment is complete, you can find the application endpoint from the CloudFormation outputs tab. Alternatively, you can find it under the Stages link from the API gateway console.
77
+
78
+
__Note__:
79
+
You can also use an [Application Load Balancer](https://aws.amazon.com/elasticloadbalancing/features/#Details_for_Elastic_Load_Balancing_Products) instead of API gateway.
80
+
For details, please visit https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html
0 commit comments