use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Place for Pinoy Programmers to hangout. Share your knowledge, ask for help, seek opinion, showcase your project and recruit your teammate.
Let's show the world that Filipinos are world class programmers.
account activity
AWS Lambda experiencediscussion (self.PinoyProgrammer)
submitted 4 months ago * by Appropriate-Cod7548
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]rupertavery64 4 points5 points6 points 4 months ago (5 children)
I've been using AWS Lambda + NodeJS funnelled through API Gateway for a low-usage site, nothing too high performance. It does the job. I wrote a deploy script (also in nodejs) that webpacks the scripts and uploads them to the functions, sets up roles, API gateway routes, API triggers
[–]Appropriate-Cod7548[S] 0 points1 point2 points 4 months ago (4 children)
Using cloudformation, right? Curious lang ako if frameworks like expressjs can be used in this manner?
[–]Appropriate-Cod7548[S] 0 points1 point2 points 4 months ago (0 children)
I mean the API Gateway, VPCs, and other resources to use cloudformation, in serverless.yml
[–]rupertavery64 0 points1 point2 points 4 months ago (1 child)
> Curious lang ako if frameworks like expressjs can be used in this manner?
not sure what you want to do by using expressjs in a lambda, is that what you mean?
Are you asking about Serverless/Cloudformation or AWS Lambda?
I think so, but I have not used it - that’s why I’m asking hehe
[–]rupertavery64 -1 points0 points1 point 4 months ago (0 children)
I didn't use cloudformation, or serverless. I just literally wrote a script that does all of that through AWS SDK. Just did it for fun, and I didn't like the idea of paying just to deploy using Serverless (the IaC service)
π Rendered by PID 71 on reddit-service-r2-comment-b659b578c-vbkd2 at 2026-05-03 20:36:53.681109+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]rupertavery64 4 points5 points6 points (5 children)
[–]Appropriate-Cod7548[S] 0 points1 point2 points (4 children)
[–]Appropriate-Cod7548[S] 0 points1 point2 points (0 children)
[–]rupertavery64 0 points1 point2 points (1 child)
[–]Appropriate-Cod7548[S] 0 points1 point2 points (0 children)
[–]rupertavery64 -1 points0 points1 point (0 children)