aws-samples / aws-samples/lambda-refarch-mobilebackend
Unable to Create AWS CloudFormation Stack with Template Two
- Ngôn ngữ chính
- Objective-C
- Star
- 587
- Fork
- 108
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The example doesn't generate Cloud Formation Stack and give the errors described below :
(Thank for the response in advance)
Location : US East
Template Two : https://s3.amazonaws.com/awslambda-reference-architectures/mobile-backend/lambdafunctions.template
Reported Errors : LambdaDynamoStreamsApiFunction Error occurred while getting the object from S3. S3 Error Code: NoSuchKey. S3 Error Message: The specified key does not exist.
LambdaMobileSearchApiFunction Error occurred while getting the object from S3. S3 Error Code: NoSuchKey. S3 Error Message: The specified key does not exist.
LambdaMobileCoreApiFunction Error occurred while getting the object from S3. S3 Error Code: NoSuchKey. S3 Error Message: The specified key does not exist.
Used Keys :
"LambdaSourceBucket": {
"Type": "String",
"Description": "Name of S3 bucket where Lambda function packages are stored.",
"Default": "awslambda-reference-architectures"
},
```
"LambdaMobileSearchS3Key": {
"Type": "String",
"Default": "mobile-backend/cloudsearchapi.zip",
"Description": "Name of S3 key for ZIP with Lambda function package for querying CloudSearch."
},
"LambdaNotesApiS3Key": {
"Type": "String",
"Default": "mobile-backend/photonotesapi.zip",
"Description": "Name of S3 key for ZIP with Lambda function package for sending mobile data to DDB."
},
"LambdaDynamoStreamsS3Key": {
"Type": "String",
"Default": "mobile-backend/searchstreams.zip",
"Description": "Name of S3 key for ZIP with Lambda function package for sending data to CloudSearch."
}
```
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu với Template Two tại URL S3 được liên kết và kiểm tra các tham chiếu đến các package của hàm Lambda, đặc biệt là các giá trị LambdaMobileSearchS3Key, LambdaNotesApiS3Key và LambdaDynamoStreamsS3Key. Xác minh xem các object được tham chiếu có tồn tại trong bucket đã cấu hình hay không và xác định lý do CloudFormation báo cáo NoSuchKey; được xem là hoàn tất khi template có thể tạo stack tại US East mà không gặp các lỗi này.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- aws
- Lĩnh vực
- cloud, infrastructure
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100