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 2, 2023
1 parent 5e434a8 commit dedc485
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bunnyshell/templates/amazon-dynamodb-quarkus/bunnyshell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ components:
start:
- 'echo "start"'
deploy:
- 'echo "Installing AWS CLI"'
- 'curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"'
- 'unzip awscliv2.zip'
- './aws/install -i /usr/local/aws-cli -b /usr/local/bin'
- '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 --profile localstack --endpoint-url=http://dynamodb-localstack:4566'
destroy:
- 'echo "destroy"'
Expand Down

0 comments on commit dedc485

Please sign in to comment.