Serverless [1.47.0](https://github.com/serverless/serverless/releases/tag/v1.47.0) introduces support for [existing S3 buckets](https://github.com/serverless/serverless/pull/6290) that relates to global [custom resources](https://github.com/serverless/serverless/issues/4241) feature. **S3 Related Artifacts:** - [customResources](https://github.com/serverless/serverless/blob/master/lib/plugins/aws/customResources/index.js) see [diff](https://github.com/serverless/serverless/pull/6290/files#diff-e486d2c64a34c72c0e997cd5fd1ae0d0R1) - [s3 events](https://github.com/serverless/serverless/blob/master/lib/plugins/aws/package/compile/events/s3/index.js) see [diff](https://github.com/serverless/serverless/pull/6290/files#diff-a5a4c36cd72d14b90ae83a1ed4bb1fdbR5) **Cognito User Pool Artifacts** - https://github.com/serverless/serverless/pull/6362 Would be great if we find a way to add support for this. Thanks in advance!