Defining a security scheme compatible with AWS API Gateway
When exporting a definition from Talend Cloud API Designer and importing it into AWS API Gateway, your security can be propagated if it is defined properly.
Procedure
- Open your API and go to the general information page.
- Go to the Security schemes section and click Add.
- Enter a name.
- In the Type drop-down list, select Custom / API key.
- Click Add header in the Headers section.
- In the Name field, enter x-api-key.
- In the Type field, select string.
- Click Add.
Results