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

Pin lambda layer so requests keeps working #22

Closed edunham closed 3 years ago

edunham commented 3 years ago

per https://aws.amazon.com/blogs/compute/upcoming-changes-to-the-python-sdk-in-aws-lambda/ for the layer version and https://aws.amazon.com/blogs/compute/working-with-aws-lambda-and-lambda-layers-in-aws-sam/ for pinning lambda layers in Serverless, I think this should work? Interested in any institutional knowledge we might have on hand about how to test this other than landing and watching whether it breaks.