Interface LocalDeployer
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
LocalStackDeployer, MiniStackDeployer
Deploys adapted CloudFormation templates to a local emulator endpoint.
Implementations use the AWS SDK against AWS_ENDPOINT_URL rather than real AWS.
-
Method Summary
-
Method Details
-
deploy
- Throws:
IOException
-
delete
- Throws:
IOException
-
stackExists
-
outputs
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-