Raphaël Della Seta
Raphaël Della Seta
*Issue #, if available:* *Description of changes:* 2 commits : - Lambda architecture update : > Changed architecture to ARM, increased lambda timeout period as it was failing for big...
This lab uses crawlers to parse collected data into athena tables. Crawlers works perfectly for .csv files. For json files it works only when there is only one file or...
On file : [Optimization_Data_Collector.yaml](https://github.com/awslabs/aws-well-architected-labs/blob/master/static/Cost/300_Optimization_Data_Collection/Code/Optimization_Data_Collector.yaml) On line [197](https://github.com/awslabs/aws-well-architected-labs/blob/6841957cc1c0c99b69d1fae763537d51f5cfc0ec/static/Cost/300_Optimization_Data_Collection/Code/Optimization_Data_Collector.yaml#L197) : S3CrawlerQue could have encryption at rest S3CrawlerQue: Type: AWS::SQS::Queue Properties: VisibilityTimeout: 300 ReceiveMessageWaitTimeSeconds: 20 DelaySeconds: 2 QueueName: S3CrawlerQue KmsMasterKeyId: "alias/aws/sqs"
Hi, SES send_email call should have the SendArn parameter. In the organizational context, SES identities are often defined on a dedicated aws account https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ses/client/send_email.html https://github.com/aws-samples/aws-health-aware/blob/eae99ccd61f906dac22c94bd1464ba423864cfaa/handler.py#L267-L283