Skip to content

Commit

Permalink
Merge pull request #20 from serverless-components/template-update
Browse files Browse the repository at this point in the history
Update templates to use serverless.template.yml
  • Loading branch information
eahefnawy authored Oct 22, 2020
2 parents 5e8b814 + 4a6d6f6 commit 4719759
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 4719759

Please sign in to comment.