PagerDuty / pd-oncall-chat-topic

AWS Lambda Function that updates a Chat Room topic (eg, Slack)
Apache License 2.0
86 stars 36 forks source link

Configurable AWS invocation #23

Closed edunham closed 3 years ago

edunham commented 3 years ago

There's a kind of org where you just call aws to interact with the AWS CLI, and then there's a kind of org where for various (often good!) reasons it isn't quite so simple. This is a no-op for the former and an improvement for the latter.

edunham commented 3 years ago

Turns out the thing I was trying to work around does the right thing when you just wrap the entire script invocation in the special aws env, so there's actually no need to clutter up the shared tooling with that customization.