Skip to content

Commit c686949

Browse files
committed
Adding ToC to docs
1 parent f7af65a commit c686949

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/globals.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Globals Section
22
===============
33

4+
.. contents::
5+
46
Lambda functions within a SAM template tend to have shared configuration such as Runtime, Memory,
57
VPC Settings, Environment Variables etc. Instead of duplicating this information in every function, you can
68
write them once in the ``Globals`` section and let all Functions inhert it.

docs/safe_lambda_deployments.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Safe Lambda deployments
22
=======================
33

4+
.. contents::
5+
46
Pushing to production can be nerve-racking even if you have 100% unit test coverage and state-of-art full CD system.
57
It is a good practice to expose your new code to a small percentage of production traffic, run tests, watch for alarms
68
and dial up traffic as you gain more confidence. The goal is to minimize production impact as much as possible.

0 commit comments

Comments
 (0)