Skip to content

Commit

Permalink
Create serverless.template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skierkowski committed Oct 19, 2020
1 parent 5e8b814 commit 4a6d6f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions templates/aws-dynamodb-starter/serverless.template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: aws-dynamodb-starter
org: serverlessinc
description: Deploys a serverless NoSQL database powered by AWS DynamoDB
keywords: aws, serverless, nosql, database
repo: https://github.com/serverless-components/aws-dynamodb
license: MIT
4 changes: 0 additions & 4 deletions templates/aws-dynamodb-starter/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: aws-dynamodb-starter
component: aws-dynamodb
org: serverlessinc
description: Deploys a serverless NoSQL database powered by AWS DynamoDB
keywords: aws, serverless, nosql, database
repo: https://github.com/serverless-components/aws-dynamodb
license: MIT

inputs:
deletionPolicy: delete # allows table to be removed. This property is a safe guard.
Expand Down

0 comments on commit 4a6d6f6

Please sign in to comment.