-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value not found at "self" source #689
Comments
Hello @FelCer - in fact, this example has a bit of a bug when it comes to it's configuration. The best way to address it would be to replace Introducing changes as proposed above should resolve the problem. |
Hello @pgrzesik, That's fine if it worked, but I think this template still contains errors, like: This error is treated here, 99x/serverless-dynamodb-local#194 but without any solution. |
Hey @FelCer - it's very likely that this example might have additional errors, since it hasn't been actively maintained for a long time - unfortunatelly I don't know much about this specific example so I won't be able to help more there |
oh no, okey. |
@FelCer Actually, there is no value to satisfy the variable "stage" and "region". |
Yeah, maybe I'm a little too late, but appears to me that in "Provider" section should be a "region" element, dont? |
That's right, I was facing the same issue. Here is an example that servers both ways: The key is The But I need thoose variables being environment dependant, so I run my serverless by In conclusion:
So when I do use |
is the ${self:someProperty} used in the rate(Value Unit), such as rate(${self:someProperty})? |
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:And 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)
The text was updated successfully, but these errors were encountered: