From f7e43dc396f0714626f76792115ac74c408ba31f Mon Sep 17 00:00:00 2001 From: Kohei Suzuki Date: Thu, 28 Mar 2019 17:24:05 +0900 Subject: [PATCH] Fix context doc URL of Ruby runtime --- .../{{cookiecutter.project_name}}/hello_world/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/local/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb b/samcli/local/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb index ed241af8fa..e2a102f70c 100644 --- a/samcli/local/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb +++ b/samcli/local/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb @@ -12,7 +12,7 @@ def lambda_handler(event:, context:) # context: object, required # Lambda Context runtime methods and attributes - # Context doc: https://docs.aws.amazon.com/lambda/latest/dg/python-context-object.html + # Context doc: https://docs.aws.amazon.com/lambda/latest/dg/ruby-context.html # Returns # ------