Skip to content

Commit

Permalink
Update bunnyshell.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Gupta committed Jul 3, 2023
1 parent ad71c2e commit 1e78695
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .bunnyshell/templates/amazon-dynamodb-quarkus/bunnyshell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,9 @@ components:
environment:
SERVICES: dynamodb
START_WEB: 0
image: localstack/localstack
image: himanshumps/amazon-dynamodb-localstack
ports:
- '4566:4566'
-
kind: GenericComponent
name: aws-cli
runnerImage: himanshumps/quarkus-runner
start:
- 'echo "start"'
deploy:
- 'aws configure set aws_access_key_id test-key'
- 'aws configure set aws_secret_access_key test-secret'
- 'aws configure set default.region us-east-1'
- 'aws dynamodb create-table --table-name QuarkusFruits --attribute-definitions AttributeName=fruitName,AttributeType=S --key-schema AttributeName=fruitName,KeyType=HASH --provisioned-throughput ReadCapacityUnits=1,WriteCapacityUnits=1 --endpoint-url=http://dynamodb-localstack:4566'
destroy:
- 'echo "destroy"'
stop:
- 'echo "stop"'
-
kind: Application
name: amazon-dynamodb-quickstart-applicaton
Expand Down

0 comments on commit 1e78695

Please sign in to comment.