Skip to content

Commit

Permalink
feat: Dynamo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsign committed Mar 27, 2024
1 parent c1b9a1c commit 7f5642e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
18 changes: 0 additions & 18 deletions resources/dynamodb-table.yml

This file was deleted.

4 changes: 1 addition & 3 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ provider:
- dynamodb:DeleteItem
- dynamodb:BatchGetItem
Resource:
- 'arn:aws:dynamodb:eu-central-1:610755237132:table/prod-llamafolio-table'
- 'arn:aws:dynamodb:eu-central-1:610755237132:table/${self:custom.tableName}'

environment:
CLICKHOUSE_HOST: ${env:CLICKHOUSE_HOST}
Expand Down Expand Up @@ -422,8 +422,6 @@ custom:
resources:
# CORS for api gateway errors
- ${file(resources/api-gateway-errors.yml)}
# DynamoDB
- ${file(resources/dynamodb-table.yml)}

plugins:
- serverless-esbuild
Expand Down

0 comments on commit 7f5642e

Please sign in to comment.