Private Api #1434
mickael-fd
started this conversation in
General
Private Api
#1434
Replies: 2 comments
-
You can read how to deploy REST APIs here: https://www.serverless.com/framework/docs/providers/aws/events/apigateway But I've never done private APIs in VPC, so you are on your own after that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case you're interested in a simple and cheap approach: https://blog.deleu.dev/using-aws-lambda-as-a-private-laravel-api/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bref.sh use http api through aws api gateway but only REST api can be private.
i use serverless apps with Symfony Framework for internal project and i don't want to publish them into internet network only on my vpn.
Any solutions ?
thank you
Beta Was this translation helpful? Give feedback.
All reactions