and the response proxied back
# sst
t
and the response proxied back
f
@thdxr Calls to DynamoDB are made directly from your local. Not going through the websocket.
But the calls made to DynamoDB are not made using ur local’s credentials. It uses the real Lambda function’s IAM credentials.
Let me know if that makes sense.
t
ah cool
do you see this pattern working for pretty much every aws service
f
Yup, I think so.
Currently it doesn’t support Lambda@Edge yet, but we are going to add support for it this or next week.
Oh, if you need to access resources in ur private VPC subnet, currently you need to setup a VPN. We have some thoughts around proxying the requests through websocket so VPN wouldn’t be required.