You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's not possible to run the lambda project locally e.g. from Visuao Studio, the closest we have is running the tests in the VehicleTaxonomy.Aws.Api.Tests project. While the tests are fine, it doesn't help us test serialization and gateway bindings from a properly invoked function. Options:
Use sam local: Currently when running the SAM local test environment the DynamoDb instance is not accessible from the lambdas in the same way it is in production. There seems to be some workarounds for this issue, here's one.
Currently it's not possible to run the lambda project locally e.g. from Visuao Studio, the closest we have is running the tests in the
VehicleTaxonomy.Aws.Api.Tests
project. While the tests are fine, it doesn't help us test serialization and gateway bindings from a properly invoked function. Options:sam local
: Currently when running the SAM local test environment the DynamoDb instance is not accessible from the lambdas in the same way it is in production. There seems to be some workarounds for this issue, here's one.The text was updated successfully, but these errors were encountered: