Value not found at "self" source
Author: FelCerCreated Mar 24, 2022Updated Mar 26, 2024
Hello good day, I am trying to implement 'aws-node-rest-api-with-dynamodb-and-offline' but when I run the command serverless dynamodb install it gives me the following errors:
Error:
Cannot resolve serverless.yml: Variables resolution errored with:
- Cannot resolve variable at "provider.environment.DYNAMODB_TABLE": Value not found at "self" source,
- Cannot resolve variable at "provider.iamRoleStatements.0.Resource": Value not found at "self" sourceAnd I am executing as indicated in the guide(https://www.serverless.com/examples/aws-node-rest-api-with-dynamodb-and-offline, https://github.com/serverless/examples/tree/master/aws-node-rest-api-with-dynamodb-and-offline)

Source: serverless/examples