Replies: 1 comment 3 replies
-
Hi @karlkras You may want to join our slack community and ask a few questions there. From time to time there are community members available to answer questions (see https://bref.sh/docs/community.html). We also provide Business Support, you can fill out this form here to get in touch: https://bref.sh/#enterprise As a general guidance, my personal opinion is that AWS can be a bit dauthing and complex, but Bref tries to simplify a lot of it by removing some options and definiting simpler paths to take. If your goal is to host your application on Lambda with limited AWS knowledge, 2~3 days should be more than enough to get started. However, as day to day activities start to emerge, debugging on AWS start to become pressing and understanding a few key concepts may come in handy. A deep, professional AWS knowledge might take between 1 to 6 months to build up excellence, depending on your definition of moderate AWS experience. The course https://serverless-visually-explained.com/ provided by the creator of Bref can greatly help understand the serverless parts of AWS which can help prepare your team to understand how one can envision serverless. One of the most common issues faced by software engineers when learning about Lambda is around NAT Gateway, Connectivity Timeout and RDS connection. 7777 (https://port7777.com) can reduce a lot of time when trying to connect to your RDS from your local machine by provisioning every resource necessary to establish a secure connection between your machine and your RDS. A recent change made by Napoli (#1133) also attempts to address the lack of visibility when connectivity issues arise. If you don't want to buy port7777, I have a blog post here explaining how to set it up for yourself: https://blog.deleu.dev/running-a-bastion-host-on-fargate/ As with any new tech, start small and gradually build up complexity. Let me know if I managed to address any of your concerns and if there is anything else I can answer. Welcome to Bref and Serverless, I hope you enjoy it as much as I do! |
Beta Was this translation helpful? Give feedback.
-
We're considering jumping into one of the bref courses in hopes of gaining a faster track to productive use.
Possibly the mid tier option.
Can someone give me an idea of how much time, given ~4 hours per day to dedicate to the training, a senior php developer (well versed in Laravel and lumen frameworks) but with moderate AWS experience can expect to work through this?
Are there "live" instructors who can provide support and direction if/when a participant is confronted with a blocking implementation and/or design issue?
thanks for any feedback.
Beta Was this translation helpful? Give feedback.
All reactions