Skip to content

Latest commit

 

History

History

codebuild-graalvm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Testing the code

Requirements

Configuration

cd quarkus-aws-initialization
# Update the file `vars/common-vars.asb.yml` with appropriate values
ansible-playbook init/main.asb.yml --check -v
ansible-playbook init/main.asb.yml

cd ../quarkus-codebuild-graalvm
git init
git remote add origin codecommit::us-east-1://spikeseed-labs@quarkus-codebuild-graalvm
git add -A
git commit -m "Demo application"
git push origin master

cd ../quarkus-app
git init
git remote add origin codecommit::us-east-1://spikeseed-labs@quarkus-app
git add -A
git commit -m "Demo application"
git push origin master

cd ../quarkus-aws-initialization
ansible-playbook cicd/main.asb.yml --check -v
ansible-playbook cicd/main.asb.yml --tags graalvm

# Wait for the Docker image to be available

ansible-playbook cicd/main.asb.yml --tags app

# Now the API Gateway API and the Lambda should be deployed

Cleanup

  1. Remove the stacks
  2. Remove the CodeCommit repositories
  3. Remove the ECR repository
  4. Remove the S3 Buckets