Does SST support AwsIntegration on API Gateway v1?...
# sst
j
Does SST support AwsIntegration on API Gateway v1? If so, what is it called? Like this https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apigateway.AwsIntegration.html
j
I'm talking about the AWS service integration part of it. Like for API Gateway to talk directly to DynamoDB without a lambda.
@Frank when you get a chance, please let me know on the above.
t
I don't know off the top of my head but it comes down to if CDK supports it
If it does you should be able to setup those direct integrations using CDK code, SST won't get in the way
j
Thanks Dax. Yeah, I posted an example in the help channel of doing it in CDK, I was trying to find out if SST can make it easier / cleaner (like it does with everything else 🙂 ). Frank confirmed that the functionality is not there yet, but opened this https://github.com/serverless-stack/serverless-stack/issues/1277
t
Nice - yeah we'll eventually figure out a good abstraction