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
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
A user wants to build his/her own rest endpoint (instead of using existing endpoint like twitter). In this case, we can use swagger. This endpoint can have dynamodb integration using aws proxy explained here and can fetch data using (request/response) mapping templates
I have been able to make this architecture work E2E but this system doesn't work on serverless offline because we need this custom api endpoint on local and its integration with dynamodb local to fetch test data. Any idea how will this work?
The text was updated successfully, but these errors were encountered:
Use Case:
A user wants to build his/her own rest endpoint (instead of using existing endpoint like twitter). In this case, we can use swagger. This endpoint can have dynamodb integration using aws proxy explained here and can fetch data using (request/response) mapping templates
I have been able to make this architecture work E2E but this system doesn't work on serverless offline because we need this custom api endpoint on local and its integration with dynamodb local to fetch test data. Any idea how will this work?
The text was updated successfully, but these errors were encountered: