--- title: "More Resources" disableToc: true --- Discover more AWS resources for building and running your application on AWS: #### More Workshops * [AWS Observability Workshop](https://observability.workshop.aws/) - This workshop oversees observability as a whole and outside the serverless scope, and is a big source of inspiration to this workshop. * [AWS Wild Rydes Serverless Workshops](https://github.com/aws-samples/aws-serverless-workshops) - This repository contains a collection of workshops and other hands on content that will guide you through building various serverless applications using AWS Lambda, Amazon API Gateway, Amazon DynamoDB, AWS Step Functions, Amazon Kinesis, and other services. The following workshops are available: **Web Application, Auth, Data Processing, DevOps, Image Processing, Multi Region, Security and Machine Learning.** #### Tools/Partners for Serverless & CI/CD Observability on AWS * [Epsagon](https://epsagon.com/serverless-observability) - Monitor and troubleshoot serverless functions to get the full picture of what they're doing and why they fail. Epsagon automates detection, troubleshooting, and resolution of issues within complex microservice architectures with instant data correlation, payload visualization, and full-depth tracing. * [Thundra](https://www.thundra.io/) - Understand and manage the aggregate set of distributed services an application consumes down to the line level of the runtime code for every local service, serverless or container-based applications. * [Lumigo SAR-async-lambda-metrics](https://github.com/lumigo/SAR-async-lambda-metrics) - A Serverless application that parses custom metrics from CloudWatch Logs and sends them to CloudWatch as custom metrics. * [AWS X-Ray](https://aws.amazon.com/xray/) - AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture, serverless or not. * [pipeline-dashboard](https://github.com/stelligent/pipeline-dashboard) - Simple dashboard built for viewing pipeline metrics in AWS. Built using CloudWatch dashboards and metrics populated from CloudWatch events that CodePipeline triggers. #### Courses * [Serverless for beginners](https://acloud.guru/learn/serverless-for-beginners) - Short course to quickly get hands-on experience in AWS Lambda, API Gateway, Auth0 and Firebase as well as Principles of Serverless and its pros/cons. * [Serverless Portfolio in ReactJS](https://acloud.guru/learn/serverless-portfolio-with-react) - In-depth course demonstrating how to build a Serverless Portfolio using the Serverless platform on AWS using a mix of 15 different tech and 8 AWS services. * [Getting started with Lambda](https://acloud.guru/learn/aws-lambda) - Quick hands-on course to get practical experience with S3, Kinesis and DynamoDB as an event source for Lambda while getting to know the basics of Lambda. * [DynamoDB from beginner to pro](https://acloud.guru/learn/aws-dynamodb) - Deep dive and practical course to get to know DynamoDB and NoSQL databases from the ground up and make yourself comfortable at both talking and building solutions around DynamoDB. * [Introduction to AppSync](https://acloud.guru/learn/intro-aws-appsync) - Quick hands-on course using React, Amplify, DynamoDB and Cognito that effectively introduces GraphQL and these services in a practical and straightforward way. * [Introduction to Lambda@Edge](https://acloud.guru/learn/lambda-edge) - Quick hands-on course using Serverless framework and Lambda@Edge to introduce how this feature and give some nice tricks and tips on testing, deploying and managing Lambda@Edge. #### Books * [Domain Driven Design (2003)](https://www.amazon.co.uk/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215/ref=sr_1_1) * [Building Microservices (2015)](https://www.amazon.co.uk/Building-Microservices-Sam-Newman/dp/1491950358/ref=pd_bxgy_14_img_3) * [Release It (2018)](https://www.amazon.com/Release-Design-Deploy-Production-Ready-Software/dp/1680502395/ref=dp_ob_title_bk) * [DevOps Handbook](https://www.amazon.co.uk/Devops-Handbook-World-Class-Reliability-Organizations/dp/1942788002/ref=sr_1_1)