DEV Community

Tom
Tom

Posted on

1

Serverless Symfony Starter - Deploy Symfony to AWS

I have just released the first working version of a symfony starter project using bref.sh.

I use bref on my project livetechhelper and although the docs for bref are amazing, I had some issues at times and figured I would share what I think is a good starting point for a new project setup using this.

It includes:

  • Message queue handling through SQS
  • Sessions using DynamoDB
  • Data cache using DyanmoDB
  • Full serverless.yml config
  • Use of custom domains
  • Addition of DB (WIP)

If you've ever wanted to play around with serverless and Symfony, take a look and let me know what you think. I can definitely improve on the docs and things in general but it's a start.

My goal in this was to have people skip the pain points I spent countless hours on and realize the awesomeness that is bref and how powerful it is because most of your projects will be free as the AWS free tier is very generous when it comes to lambda invocations.

You can see the project here: https://github.com/livetechhelper/symfony-bref-starter

Happy coding!

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay