Skip to content

Commit

Permalink
Updated Lambda notes (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau authored Mar 6, 2024
1 parent d8c703d commit ddcbfab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CodeWhisperer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CodeWhisperer

- [Creating a User Activity Dashboard for Amazon CodeWhisperer](https://aws.amazon.com/blogs/devops/creating-a-user-activity-dashboard-for-amazon-codewhisperer/), AWS, 2024-03-04
9 changes: 9 additions & 0 deletions Lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Jump to
- [Lambda Container Images](#lambda-container-images)
- [Lambda Layers](#lambda-layers)
- [Lambda Extensions](#lambda-extensions)
- [Design Patterns](#design-patterns)
- [Gotchas](#gotchas)
- [Lambda Python Runtimes - Python 3.6/3.7 are Amazon Linux 1 and Python 3.8/3.9 are Amazon Linux 2](#lambda-python-runtimes---python-3637-are-amazon-linux-1-and-python-3839-are-amazon-linux-2)
- [AWS CLI not allowing valid JSON in payload parameter with lambda invoke](#aws-cli-not-allowing-valid-json-in-payload-parameter-with-lambda-invoke)
Expand Down Expand Up @@ -297,6 +298,14 @@ Useful blog posts
---
## Design Patterns
- [Comparing design approaches for building serverless microservices](https://aws.amazon.com/blogs/compute/comparing-design-approaches-for-building-serverless-microservices/), AWS, 2024-03-04
---
## Gotchas
### Lambda Python Runtimes - Python 3.6/3.7 are Amazon Linux 1 and Python 3.8/3.9 are Amazon Linux 2
Expand Down

0 comments on commit ddcbfab

Please sign in to comment.