Tom Gregory

Results 10 comments of Tom Gregory

FYI, this same behaviour is happening on Kindle Paperwhite 2022. ![image](https://user-images.githubusercontent.com/5338022/192619727-59ae0a95-f515-4e87-954f-ec311d7457da.png)

Agreed. Currently the `dockerPrepare` task is executing every time since it's detecting that it's outputs have been removed. Unless there's something I'm missing, I suggest hooking `dockerClean` instead as a...

I also have this requirement for Tomcat instances that require session affinity. During deployment existing bound sessions should still be routed through the same instances, with new sessions being routed...

Did anyone figure out what the `http_server_requests_seconds_max` metric represents? I've observed that it's not the maximum value as it's well below the average reported by the `http_server_requests_seconds` metric. The `TimeWindowMax`...

@shakuzen that's a lot clearer now. I obviously missed these docs in my search so thanks for pointing me in the right direction.

This is working as expected for me in Serverless v4. Thanks for fixing.

I haven't seen the error in my _local_ or _dev_ stage. Despite the error, _prod_ seems to work fine.

Same story if you use `!If` in `provider.httpApi.cors.allowedOrigins`. It outputs a warning but still deploys successfully.

You'll likely need the same permissions as the `aws s3 sync` command. * `s3:DeleteObject` * `s3:GetBucketLocation` * `s3:GetObject` * `s3:ListBucket` * `s3:PutObject` ([source](https://stackoverflow.com/questions/48894886/aws-permissions-required-for-sync)) **Note:** if you're missing `s3:DeleteObject`, the plugin...