Open schalksnyman opened 6 months ago
Add endpoint to the AWSConfig configuration. The AWS endpoint is useful to configure when testing locally e.g. against localstack.
endpoint
AWSConfig
[x] I have used a meaningful title for the PR.
[x] I have described the changes I've made in the "What?" section above.
[x] I have performed a self-review of my changes.
[x] I have run the npm start command locally and verified that the changes look good.
npm start
[x] I have made my changes in the docs/sources/next folder of the documentation.
docs/sources/next
All committers have signed the CLA.
What?
Add
endpoint
to theAWSConfig
configuration. The AWSendpoint
is useful to configure when testing locally e.g. against localstack.Checklist
[x] I have used a meaningful title for the PR.
[x] I have described the changes I've made in the "What?" section above.
[x] I have performed a self-review of my changes.
[x] I have run the
npm start
command locally and verified that the changes look good.[x] I have made my changes in the
docs/sources/next
folder of the documentation.Related PR(s)/Issue(s)