-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
CFNV2: Add startup log message #13075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 21m 9s ⏱️ - 1h 21m 30s Results for commit cd0d28c. ± Comparison against base commit 445c32f. This pull request removes 4080 tests.
♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 33m 43s ⏱️ Results for commit cd0d28c. ♻️ This comment has been updated with latest results. |
025a7bf
to
8d46c88
Compare
62807ee
to
cd0d28c
Compare
Motivation
When starting the new provider we want to make it obvious that it has loaded, as well as provide the user with how to proceed if there is an issue with the new provider.
Changes
Log a message on service startup including:
Testing
Check out this branch and start LocalStack with
python -m localstack.dev.run
. Then invokeawslocal cloudformation list-stacks
and you should see the startup message presented.