Skip to content

Commit

Permalink
docs(README): Callout go1.x runtime support (aws#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkubisa authored and jfuss committed Aug 27, 2018
1 parent 9f2d639 commit d1b5512
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ Main features
- Validate SAM templates
- Get started with boilerplate Serverless Service in your chosen Lambda
Runtime ``sam init``


Get Started
-----------

Learn how to get started using the SAM CLI with these guides:

- `Installation <docs/installation.rst>`__: Set up your MacOs, Linux or Windows Machine to run serverless projects with SAM CLI.
- `Introduction to SAM and SAM CLI <docs/getting_started.rst>`__ What is SAM and SAM CLI, and how can you use it to make a simple hello-world app.
- `Running and debugging serverless applications locally <docs/usage.rst>`__: Describes how to use SAM CLI for invoking Lambda functions locally, running automated tests, fetching logs, and debugging applications
- `Packaging and deploying your application <docs/deploying_serverless_applications.rst>`__: Deploy your local application using an S3 bucket, and AWS CloudFormation.
- `Installation <docs/installation.rst>`__: Set up your MacOs, Linux or Windows Machine to run serverless projects with SAM CLI.
- `Introduction to SAM and SAM CLI <docs/getting_started.rst>`__ What is SAM and SAM CLI, and how can you use it to make a simple hello-world app.
- `Running and debugging serverless applications locally <docs/usage.rst>`__: Describes how to use SAM CLI for invoking Lambda functions locally, running automated tests, fetching logs, and debugging applications
- `Packaging and deploying your application <docs/deploying_serverless_applications.rst>`__: Deploy your local application using an S3 bucket, and AWS CloudFormation.
- `Advanced <docs/advanced_usage.rst>`__: Learn how to work with compiled languages (such as Java and .NET), configure IAM credentials, provide environment variables, and more.
- `Examples <#examples>`__

Expand All @@ -70,6 +70,7 @@ Project Status
- [x] ``java8``
- [x] ``python2.7``
- [x] ``python3.6``
- [x] ``go1.x``
- [ ] ``dotnetcore1.0``
- [x] ``dotnetcore2.0``
- [x] ``dotnetcore2.1``
Expand All @@ -87,6 +88,7 @@ Project Status
- [x] ``java8``
- [x] ``python2.7``
- [x] ``python3.6``
- [x] ``go1.x``
- [x] ``dotnetcore1.0``
- [x] ``dotnetcore2.0``

Expand Down Expand Up @@ -115,4 +117,4 @@ images created by `@mhart <https://github.com/mhart>`__.
.. |GitHub-release| image:: https://img.shields.io/github/release/awslabs/aws-sam-cli.svg?maxAge=2592000
.. |PyPI version| image:: https://badge.fury.io/py/aws-sam-cli.svg

=======
=======

0 comments on commit d1b5512

Please sign in to comment.