Skip to content

Commit 5792dbc

Browse files
authored
chore: Remove checked checkboxes to make module docs render properly (#156)
1 parent 05817a2 commit 5792dbc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ This Terraform module is the part of [serverless.tf framework](https://github.co
1212

1313
## Features
1414

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)).
2525

2626
## Usage
2727

0 commit comments

Comments
 (0)