You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,16 @@ This Terraform module is the part of [serverless.tf framework](https://github.co
12
12
13
13
## Features
14
14
15
-
-[x]Build dependencies for your Lambda Function and Layer.
16
-
-[x]Support builds locally and in Docker (with or without SSH agent support for private builds).
17
-
-[x]Create deployment package or deploy existing (previously built package) from local, from S3, from URL, or from AWS ECR repository.
18
-
-[x]Store deployment packages locally or in the S3 bucket.
19
-
-[x]Support almost all features of Lambda resources (function, layer, alias, etc.)
20
-
-[x]Lambda@Edge
21
-
-[x]Conditional creation for many types of resources.
22
-
-[x]Control execution of nearly any step in the process - build, package, store package, deploy, update.
23
-
-[x]Control nearly all aspects of Lambda resources (provisioned concurrency, VPC, EFS, dead-letter notification, tracing, async events, event source mapping, IAM role, IAM policies, and more).
24
-
-[x]Support integration with other `serverless.tf` modules like [HTTP API Gateway](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2) (see [examples there](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/tree/master/examples/complete-http)).
15
+
- Build dependencies for your Lambda Function and Layer.
16
+
- Support builds locally and in Docker (with or without SSH agent support for private builds).
17
+
- Create deployment package or deploy existing (previously built package) from local, from S3, from URL, or from AWS ECR repository.
18
+
- Store deployment packages locally or in the S3 bucket.
19
+
- Support almost all features of Lambda resources (function, layer, alias, etc.)
20
+
- Lambda@Edge
21
+
- Conditional creation for many types of resources.
22
+
- Control execution of nearly any step in the process - build, package, store package, deploy, update.
23
+
- Control nearly all aspects of Lambda resources (provisioned concurrency, VPC, EFS, dead-letter notification, tracing, async events, event source mapping, IAM role, IAM policies, and more).
24
+
- Support integration with other `serverless.tf` modules like [HTTP API Gateway](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2) (see [examples there](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/tree/master/examples/complete-http)).
0 commit comments