aws-samples / aws-samples/lambda-refarch-mobilebackend

Unable to Create AWS CloudFormation Stack with Template Two

Open
#5 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
587
Forks
108
PR merge metrics
No merged PRs in 30d

Description

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."
}
```

Contributor guide

Open the contributing guide

Research direction

Start with Template Two at the linked S3 URL and inspect the Lambda function package references, especially the LambdaMobileSearchS3Key, LambdaNotesApiS3Key, and LambdaDynamoStreamsS3Key values. Verify whether the referenced objects exist in the configured bucket and determine why CloudFormation reports NoSuchKey; done means the template can create the stack in US East without these errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.