Stiofán Ó Lorcáin
04/19/2022, 7:32 AMdefaultFunctionProps prop.
But I'm not sure if this is restricting the appsync api to the VPC as well.
Does anyone know if I need to apply the VPC config to the appsync as well? And if so, does anyone know how to do this?Frank
Stiofán Ó Lorcáin
04/19/2022, 3:37 PMFrank
Frank
Frank
Frank
Using AWS WAF to protect APIs option, u might be able to limit access from within an VPC.Frank
AWS_LAMBDA Authorization option to do some custom checks? Would checking request IP work?Stiofán Ó Lorcáin
04/19/2022, 3:48 PMStiofán Ó Lorcáin
04/19/2022, 3:49 PMFrank
Frank
Frank
Frank
GraphQLApi construct uses HTTP API behind the scene. If you’d like to use REST API, you’d want to use the ApiGatewayV1Api construct.Frank
Stiofán Ó Lorcáin
04/20/2022, 12:45 PM