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

Unable to Create AWS CloudFormation Stack with Template Two

Abierto
#5 8 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Objective-C
Estrellas
587
Forks
108
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.