Skip to content
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

Ability to run lambda functions locally #2

Open
HeyJoel opened this issue May 6, 2024 · 0 comments
Open

Ability to run lambda functions locally #2

HeyJoel opened this issue May 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@HeyJoel
Copy link
Owner

HeyJoel commented May 6, 2024

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.
  • Investigate using the Lambda Test Tool as mentioned in this article.
@HeyJoel HeyJoel added the enhancement New feature or request label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant