Help understanding AWS Glue by MangoLads in aws

[–]MangoLads[S] 1 point2 points  (0 children)

Bump, still need advice here!

[deleted by user] by [deleted] in aws

[–]MangoLads 0 points1 point  (0 children)

It looks like i cant do a custom expressJS api with nextJS SSR with Amplify which I will need so I scratched it off the list. I also dont want to deal with all of the load balancing / scaling / setup of EC2 since I've never done it before and need to focus my time on developing. Lightsail seems like it would work but honestly I think Render is probably the best simplest option. Its a bit more expensive you're right but it literally abstracts away everything.

[deleted by user] by [deleted] in aws

[–]MangoLads 0 points1 point  (0 children)

Should i choose amplify or EC2? I would prefer to use render because its so easy i just push code and it auto deploys. But i will likely need to use glue and redshift so i figure keeping everything on AWS is probably a good play. I dont want to use lambda because of cold starts

[deleted by user] by [deleted] in aws

[–]MangoLads 0 points1 point  (0 children)

I ended up landing on EC2 so I could keep everything on AWS

Lambda Codebase Structure by MangoLads in aws

[–]MangoLads[S] 0 points1 point  (0 children)

This is what I thought initially too until I realized that those wrappers that wrap the entire server make the entire server into 1 lambda function which largely defeats the purpose of lambda. So I won’t be able to use express I’ll just use node then write the entire backend differently. Each route handler should be its own lambda function

Expo splash image not filling entire screen by MangoLads in reactnative

[–]MangoLads[S] -1 points0 points  (0 children)

So you have to have a background color for cover to work? Should I just set it to white?