ysawa0

Results 14 comments of ysawa0

I don't think the files were attached successfully. Could you try it again?

Thanks for posting the configs. Can you try this? Set parsed_data_bucket to local-parsed-log then comment out this whole section in serverless.yml: ``` SrDataBucketS3Bucket: Type: AWS::S3::Bucket Properties: BucketName: ${self:custom.parsed_data_bucket} Tags: -...

I have looked into this a bit before and I believe it should be possible as API Gateway access logs can now be sent to CloudWatch: https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html One note is...

This patch helped mitigate memory spikes in our application. The memory usage chart was clearly improved. Since this seems to be a positive change, I wonder if maintainers (cc @valyala)...