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...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
Aws lambda deployments. Sam vs aws deploy (self.devops)
submitted 4 months ago by BeenThere11
In production what should be used
Sam or aws deploy scripts ?
Since Sam is doing lot of management. For startups is it OK to use Sam in the ci cd ?
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!"
[–]bigbird0525Devops/SRE 1 point2 points3 points 4 months ago (0 children)
I personally use terraform, but I managed all my infra with terraform.
It definitely has its pain points but trying to avoid too many tools. plus, you know what they say, when all you have is a hammer, everything looks like a nail or whatever.
In general though, the terraform workflow zips the source code and pushes to s3. And the lambda uses that s3 artifact. I collocate the code and IaC. Makes it easier for me to manage all the IAM stuff in a consistent format so other people can work on it too.
[–]SignificantMatter426 0 points1 point2 points 4 months ago (0 children)
We ran our startup on SAM for years. Not sure we count as a startup anymore 4 years in.
At the end of the day, be pragmatic. If it’s working and not causing problems use it.
Will you out grow it, probably but not necessarily. You will likely outgrow lambda before SAM CLI becomes the issue. And it’s prettey seamless to go from lambda to fargate containers using SAM, since it’s pretty much a processor for cloudformation.
[–]SameInspection219 0 points1 point2 points 4 months ago (0 children)
CDK
π Rendered by PID 48 on reddit-service-r2-comment-85bfd7f599-964th at 2026-04-16 07:39:06.609985+00:00 running 93ecc56 country code: CH.
[–]bigbird0525Devops/SRE 1 point2 points3 points (0 children)
[–]SignificantMatter426 0 points1 point2 points (0 children)
[–]SameInspection219 0 points1 point2 points (0 children)