- 最新
- 最多得票
- 最多評論
Hello, thank you for reaching out.
This error signifies that there is no bucket named “timestreamspill” under your account to be used as spill_bucket.
SpillBucket is an Amazon S3 bucket in your account to store data that exceeds Lambda function response size limits.
Note, that this bucket does not get created automatically when you use the default Lambda connector.
To solve the error, you will have to edit the Lambda function and add an existing bucket name in the parameter spill_bucket. You can do this in 2 ways:
- Create a new S3 bucket [1] and then mention its name in spill_bucket parameter, or
- Use an already existing bucket name in spill_bucket parameter.
Ref.: [1] https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html
The above information will provide you with details to triage the issue. However, please note this is general guidance only. In order to understand the issue fully, we require details that are non-public information. Please open a support case with AWS using the following link.
As always, Happy Cloud Computing.
相關內容
- AWS 官方已更新 6 個月前
- AWS 官方已更新 7 個月前