gomi_ningen
Results
2
comments of
gomi_ningen
(Just FYI) I often define CloudWatch Logs resources explicitly along with Lambda function resources like this: ```yaml Resources: HelloWorldFunction: Type: AWS::Serverless::Function Properties: CodeUri: hello_world/ Handler: app.lambda_handler HelloWorldFunctionLogGroup: Type: AWS::Logs::LogGroup Properties:...