Ben Stovold
Ben Stovold
I need to setup a VPC Interface Endpoint for SES as described at https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-set-up-vpc-endpoints.html via the CDK. ### Use Case We configure and deploy our entire infrastructure as code via...
[As discussed](https://pulumi-community.slack.com/archives/CDE799L1M/p1624403883112200) with @komalali, python cannot resolve module imports from outside the pulumi project directory using either the CLI and the automation api. This is a particular problem in a...
**Describe the bug** As [per this answer](https://github.com/aio-libs/aiobotocore/issues/1071#issuecomment-1892898075), the S3 `upload_file` operation is not part of aiobotocore, nor botocore. However it is [included in the types_aiobotocore_s3 and documentation](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_s3/client/#upload_file), so only fails...