Skip to content

Commit d484987

Browse files
committed
add more resources
1 parent 3a35395 commit d484987

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This sample code helps get you started with a simple Sinatra web app deployed on
44

55
Additional details can be found at: https://aws.amazon.com/blogs/compute/announcing-ruby-support-for-aws-lambda/
66

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+
713
What's Here
814
-----------
915

@@ -67,6 +73,11 @@ To work on the sample code, you'll need to clone your project's repository to yo
6773
--stack-name { your-stack-name } \
6874
--capabilities CAPABILITY_IAM
6975

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
7081

7182
What Do I Do Next?
7283
------------------

0 commit comments

Comments
 (0)