Goldstack's Lambda Express module provides a basic Express.js server that is deployed as an AWS lambda function.
The following key properties need to be configured for this module:
https://api.mydomain.com/
the API domain
api.mydomain.com
needs to be configured.
api.mydomain.com
,
the hosted zones api.mydomain.com
or
mydomain.com
would be valid. For more details,
please check
Hosted Zone Configuration
in the Goldstack documentation.
ui.mydomain.com
the CORS header
https://ui.mydomain.com
should be supplied. To
learn more about CORS, see the
Cross-Origin Resource Sharing (CORS)
in the MDN docs.