Skip to content

Commit 1bf1e5f

Browse files
committed
Merge branch 'main' of github.com:ran-isenberg/aws-lambda-handler-cookbook
2 parents 0596ac2 + bbf9239 commit 1bf1e5f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: ran-isenberg
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ What makes an AWS Lambda handler resilient, traceable and easy to maintain? How
1010

1111
The project is a template project that is based on my AWS Lambda handler cookbook blog series that I publish in [ranthebuilder.cloud](https://www.ranthebuilder.cloud){:target="_blank" rel="noopener"} and attempt to answer those questions.
1212

13+
The GitHub template project can be found at [https://github.com/ran-isenberg/aws-lambda-handler-cookbook](https://github.com/ran-isenberg/aws-lambda-handler-cookbook){:target="_blank" rel="noopener"}.
14+
1315
- This project provides a working, open source based, AWS Lambda handler skeleton Python code including DEPLOYMENT code with CDK.
1416

1517
- The project deploys an API GW with an AWS Lambda integration under the path POST /api/service/.

0 commit comments

Comments
 (0)