aws-serverless-security-workshop
Serverless Security Guide
Teaches security best practices for building serverless applications using AWS services
In this workshop, you will learn techniques to secure a serverless application built with AWS Lambda, Amazon API Gateway and RDS Aurora. We will cover AWS services and features you can leverage to improve the security of a serverless applications in 5 domains: identity & access management, code, data, infrastructure, logging & monitoring.
528 stars
30 watching
185 forks
Language: JavaScript
last commit: 19 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
aws-samples/serverless-snippets | A collection of reusable code snippets for AWS-based serverless development projects. | 140 |
serverless/event-gateway-workshop | Teaching developers to build an event-driven application using the Event Gateway and Serverless Framework | 19 |
serverless/event-gateway-getting-started | A deployment of an Event Gateway REST API via Serverless and AWS Lambda to manage user data. | 49 |
open-sl/serverless-permission-generator | An application that generates AWS IAM permissions required for deploying Serverless Framework stacks | 47 |
jeremydaly/lambda-api | A lightweight web framework designed specifically for AWS Lambda and API Gateway applications | 1,428 |
puresec/sas-top-10 | A security guide for building robust and reliable applications in serverless architectures | 333 |
puresec/serverless-puresec-cli | Automates creation of secure IAM roles for AWS Lambda applications | 247 |
aws-samples/amazon-ecs-catsndogs-workshop | A workshop environment to learn Amazon ECS concepts and deploy applications | 169 |
bustle/shep | Automates deployment of serverless APIs and Lambda functions to AWS API Gateway and Lambda | 378 |
aleios-cloud/sls-dev-tools | A toolset providing developer-focused features and integrations with AWS Lambda, SAM, and other serverless frameworks for building, testing, and managing serverless applications. | 858 |
aws-samples/aws-nodejs-sample | Demonstrates usage of the AWS SDK for Node.js to interact with Amazon S3 | 303 |
aws-samples/aws-service-catalog-reference-architectures | Provides Infrastructure as Code templates and reference architectures for deploying AWS Service Catalog | 429 |
tobilg/serverless-duckdb | An example project demonstrating how to deploy DuckDB on AWS Lambda and API Gateway | 120 |
cagataygurturk/lambadaframework | A framework for building and deploying JAX-RS-based REST APIs to AWS Lambda and API Gateway in a serverless manner | 243 |
serverless/serverless-event-gateway-plugin | Enables integration of Serverless Framework with Hosted Event Gateway to publish functions and subscriptions | 29 |