Snackdex
01/25/2023, 1:51 PMrp
01/25/2023, 2:36 PMSnackdex
02/02/2023, 3:00 PMaws apigateway get-rest-apis
once you get that copy the rest-api-id and run the following to get the resource id (if you followed the guide on supertokens.com for lambda then you should look for this */auth/{proxy+} *: aws apigateway get-resources --rest-api-id <REST_API_ID>
once you get that copy the id and run the following to check whether changes have been applied: aws apigateway get-method --rest-api-id <REST_API_ID> --resource-id <RESOURCE_ID> --http-method OPTIONS