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 # ------