Alexandra Ulsh

Results 4 issues of Alexandra Ulsh

Patrol should alarm on bucket creation and deletion in AWS S3. /cc @arunasank @aarthykc

rule

If you run `lambda-cfn update ` or `lambda-cfn create ` and the key for the Lambda code on S3 has not been uploaded yet (either manually or as part of...

We currently provide an [upload.sh script](https://github.com/mapbox/lambda-cfn/blob/14015e33f2ca0ec87bffa1866d5f61ab0f9d0ba6/upload.sh) to help people zip and upload code from their local machines to S3. We could turn this into a more powerful `lambda-cfn upload` command...

Lambda-cfn exposes two utility functions - `splitOnComma` and `message` - in https://github.com/mapbox/lambda-cfn/blob/14015e33f2ca0ec87bffa1866d5f61ab0f9d0ba6/index.js#L4-L5 that are useful when working with lambda-cfn based projects such as Patrol. For more context, you can see...