This commit is contained in:
Ilkka Seppälä
2019-12-13 21:09:28 +02:00
parent 0335c61512
commit b2b1ba95eb
127 changed files with 282 additions and 450 deletions

View File

@ -5,8 +5,7 @@ folder: serverless
permalink: /patterns/serverless/
categories: Architectural
tags:
- Java
- Difficulty-Intermediate
- Cloud distributed
---
## Serverless
@ -126,6 +125,7 @@ dependencies of the function.
## Run example in local
# Pre-requisites
* Node.js v6.5.0 or later.
* Serverless CLI v1.9.0 or later. You can run npm install -g serverless to install it.
* An AWS account. If you don't already have one, you can sign up for a free trial that includes 1 million free Lambda requests per month.
@ -139,6 +139,7 @@ dependencies of the function.
Based on the configuration in `serverless.yml` serverless framework creates following
resources
* CloudFormation stack for S3 (ServerlessDeploymentBucket)
* IAM Role (IamRoleLambdaExecution)
* CloudWatch (log groups)
@ -199,4 +200,4 @@ curl -X GET \
* [serverless docs](https://serverless.com/framework/docs/)
* [Serverless Architectures](https://martinfowler.com/articles/serverless.html)
* [Serverless Black Belt](https://youtu.be/oQFORsso2go)
* [Serverless Black Belt](https://youtu.be/oQFORsso2go)