This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 64cff00669ac06b51ace7f402a4c44b7bf81dd06
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jun 6 13:12:55 2023 +0200

    AWS S3 - Added Infra configuration file for creating bucket - Docs
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 infra/aws-s3/Readme.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/infra/aws-s3/Readme.md b/infra/aws-s3/Readme.md
index 5b3f6ac8..8d63e2d8 100644
--- a/infra/aws-s3/Readme.md
+++ b/infra/aws-s3/Readme.md
@@ -43,3 +43,10 @@ The commmand to create the infra is:
 $ aws cloudformation deploy --template-file cloudformation/aws-s3.yaml 
--stack-name my-new-stack --parameter-overrides BucketName=<bucket-name>
 ```
 
+Once completed do:
+
+```bash
+$ aws cloudformation delete-stack --stack-name my-new-stack
+```
+
+

Reply via email to