b-tin

Results 3 comments of b-tin

> event.userPoolId this save me to avoid the error when passing variable environment to lambda

I seem to have achieved this with `blockPublicAccess` and `publicReadAccess` > "aws-cdk": "^2.125.0" ```ts const bucket = new s3.Bucket(this.scope, 'FrontendBucket', { bucketName: `${this.props.suffixName}-mimic-frontend`, removalPolicy: cdk.RemovalPolicy.DESTROY, encryption: s3.BucketEncryption.S3_MANAGED, websiteIndexDocument: 'index.html', objectOwnership:...

Could pls help to review, update to support 2 filter subscription https://github.com/tsub/serverless-plugin-subscription-filter/pull/31 ```yaml ... functions: monitoring: handler: handler.main layers: - "${cf:create-lambda-layers-ops.BtinDashpython311DashrequestsLambdaLayerQualifiedArn}" - "${cf:create-lambda-layers-ops.BtinDashpython311DashmarshmallowLambdaLayerQualifiedArn}" timeout: 60 tags: monitoring: 'true' events: -...