I still have issues with s3 trigger auto registering on aws console
plugins:
- serverless-plugin-existing-s3
functions:
ETL:
handler: TP_S3_to_Redshift.lambda_handler
package:
artifact: ETL/artifacts/ETL.zip
events:
- existings3:
bucket: xyz-bi
event: s3:ObjectCreated:*
rules:
- prefix: log/LAMBDA_INVOKE_TEST/
-----------------
iamRoleStatements:
- Effect: Allow
Action:
- 's3:*'
- 's3:ListAllMyBuckets*'
- 's3:HeadBucket*'
- 'kinesis:PutRecord*'
any help is appreciated