Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few questions #733

Closed
pjebs opened this issue Sep 1, 2020 · 2 comments
Closed

A few questions #733

pjebs opened this issue Sep 1, 2020 · 2 comments
Labels

Comments

@pjebs
Copy link

pjebs commented Sep 1, 2020

A few questions about running a Laravel application:

  1. Can the Laravel application connect to an external managed database such as on DigitalOcean (instead of RDS)
  2. When I update my code base, can I get zero-downtime deployments (i.e. all existing requests are served by old code until they are served, but all new requests are done by new code base?
@victormacko
Copy link
Contributor

Just to help you along a little - Yes to #1 (just think of RDS as an external service, just happens to be provided by AWS). If you're doing that, you may not actually need your lambda to sit inside a VPC either. If you do sit it inside a VPC for some reason though, it'll need external internet access (eg. a NAT Instance/Gateway).

Personally i've not had downtime with lambda deployments, but someone else more knowledgeable will have to comment on #2 there.

@mnapoli mnapoli added the support label Sep 2, 2020
@mnapoli
Copy link
Member

mnapoli commented Sep 2, 2020

Regarding 2: yes that's our CloudFormation deployment works (blue/green deployment).

@mnapoli mnapoli closed this as completed Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants