-
Notifications
You must be signed in to change notification settings - Fork 15
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
update: better alert impl. #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completed Self Review, looks good.
} | ||
|
||
/// To create a new SNS client from the environment variables | ||
pub async fn new_from_env() -> Self { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if this function isn't being used, let's delete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleted.
* update: drilled config * update: TestConfigBuilder with configurations * chore: lint fixes * chore: lint fixes #2 * update: Non-Arc Impl for TestConfigBuilder * update: New TestConfigBuilder accomodating changed on TestCases * update: uncomment fft tests * update: better alert impl * update: PR review changes #1 * ignore: empty comment to trigger CI * update: TestConfigBuilder object name changes * update: optimised init_<service> functions * update: removed new_from_env() from AWSSNS * ignore: empty comment to trigger CI
This PR solves #110.
new
foralert_client
and generalisesRegion
toAWS_REGION
removing usage ofAWS_SNS_REGION
.init_config
andtestconfigbuilder
.