From d4232884a334d694af6985baa2618667bbc154fc Mon Sep 17 00:00:00 2001 From: Latheesan Kanesamoorthy Date: Thu, 25 Oct 2018 16:19:52 +0100 Subject: [PATCH 1/2] Update README.rst Examples link now takes you to the https://github.com/awslabs/serverless-application-model/tree/master/examples/apps repo. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 34051cbd8b78..2867ffd057ac 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Learn how to get started using the SAM CLI with these guides: - `Running and debugging serverless applications locally `__: Describes how to use SAM CLI for invoking Lambda functions locally, running automated tests, fetching logs, and debugging applications - `Packaging and deploying your application `__: Deploy your local application using an S3 bucket, and AWS CloudFormation. - `Advanced `__: Learn how to work with compiled languages (such as Java and .NET), configure IAM credentials, provide environment variables, and more. -- `Examples <#examples>`__ +- `Examples `__ Project Status From 94a0e366494cc2954512aa99cac2b1b81d710e38 Mon Sep 17 00:00:00 2001 From: xiangshen-dk Date: Sun, 28 Oct 2018 18:02:01 -0400 Subject: [PATCH 2/2] Fix typo --- samcli/local/init/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/local/init/exceptions.py b/samcli/local/init/exceptions.py index e53981e8d688..63c5c089b19a 100644 --- a/samcli/local/init/exceptions.py +++ b/samcli/local/init/exceptions.py @@ -14,4 +14,4 @@ def __init__(self, **kwargs): class GenerateProjectFailedError(InitErrorException): fmt = \ - ("An error ocurred while generating this {project}: {provider_error}") + ("An error occurred while generating this {project}: {provider_error}")