Add serverless/lambda/sam Links
This commit is contained in:
10
README.md
10
README.md
@@ -514,6 +514,16 @@ For instance, take into account the snaptshot above. If you already know how to
|
||||
* [Deep dive to CPU FlameGraphs](http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html) 📰 💻 🆓
|
||||
* [Speedscope - visualization tool](http://jamie-wong.com/post/speedscope/) 💻 🆓
|
||||
* [Presentation on FlameGraphs](https://speakerdeck.com/mrfoto/what-are-flame-graphs-and-how-to-read-them) 🎥 🆓
|
||||
* Serverless
|
||||
* [SAM](https://aws.amazon.com/serverless/sam/)- Serverless Application Model
|
||||
* [What is SAM?](https://youtu.be/1dzihtC5LJ0) 📼 🆓
|
||||
* Lambda
|
||||
* Layers
|
||||
* [What are Lambda Layers?](https://www.youtube.com/watch?v=ebhcs-9FYJA) 📰 🆓
|
||||
* Extensions
|
||||
* [Intro to Extensions for AWS Lambda](https://aws.amazon.com/blogs/compute/introducing-aws-lambda-extensions-in-preview/) 📰 🆓
|
||||
* [Building Extensions for AWS Lambda](https://aws.amazon.com/blogs/compute/building-extensions-for-aws-lambda-in-preview/) 📰 🆓
|
||||
* [Building Extension API](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html) 📰 🆓
|
||||
* Security
|
||||
* Firewall
|
||||
* WAF - Web Application Firewall
|
||||
|
||||
@@ -140,6 +140,9 @@ graph TD
|
||||
MON --> Tra[Tracing]
|
||||
Tra --> OPT[Open Tracing]
|
||||
Tra --> Jae[Jaegger]
|
||||
SRE --> SVL[Serverless]
|
||||
SVL --> SAM[Serverless Application Model]
|
||||
SVL --> LBD[Lambda]
|
||||
SRE --> SEC[Security]
|
||||
SEC --> FIR[Firewall]
|
||||
FIR --> WAF[Web Application Firewall]
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 299 KiB After Width: | Height: | Size: 305 KiB |
Reference in New Issue
Block a user