Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws-samples/aws-serverless-security-workshop
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.
https://github.com/aws-samples/aws-serverless-security-workshop
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/aws-samples/aws-serverless-security-workshop
- Owner: aws-samples
- License: other
- Created: 2018-10-29T22:48:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T00:32:21.000Z (8 months ago)
- Last Synced: 2024-04-13T12:50:35.404Z (8 months ago)
- Language: JavaScript
- Size: 38.6 MB
- Stars: 514
- Watchers: 31
- Forks: 190
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-serverless-security - AWS Lambda Serverless Security Workshop - Learn techniques to secure a serverless application built with AWS Lambda, Amazon API Gateway and RDS Aurora (Re:Invent 2018 workshop). (AWS Lambda Security)
- awesome-security-collection - **299**星
- awesome-hacking-lists - aws-samples/aws-serverless-security-workshop - 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 imp (JavaScript)
README
# Serverless Security Workshop
> **WARNING**: The purpose of the workshop is to provide a starter API which **does NOT follow many security best practices** on purpose. The tutorial modules guide you to identify security gaps in the starter app, and implement protection measures for them.
>
> Furthermore, the modules **do not cover ALL** the security measures that should be applied. After completing all modules, we recommend you to explore additional protections, such as ensuring the principle of least privilege. See the **Extra Credit** section for more details.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:
1. identity & access management
1. infrastructure
1. data
1. code
1. logging & monitoring## Getting Started
Workshop URL: [serverless-security-workshop](https://catalog.us-east-1.prod.workshops.aws/workshops/026f84fd-f589-4a59-a4d1-81dc543fcd30)
## License Summary
The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.
The sample
within this documentation is made available under a modified MIT license. See the LICENSE-SAMPLECODE file.