Tutorial/Tool on working with different environments (DEV, TEST, PROD...) to achieve Continuous Deployment
I would like to have a tutorial/tool explaining/enabling how to work with different environments (DEV, TEST, PROD...), so that I can set an automated pipeline for CD.

2 comments
-
Fatimah commented
Hi @lauren, I noticed something with your code, there were no ids in your config.json, how did you do that? That's the blocker for us, everything with a config.json has an id unique to it, so what that means is that for the different environments, you have different ids and that's weird for git versioning.
Anytime we create a new function and imported, the id is automatically generated and added to the config.json. Thanks
-
Lauren commented
Hi, Carlos,
Thanks for the feedback! I discussed this topic at MongoDB.live in June. You may find the recording helpful: https://www.youtube.com/watch?v=RlouET0cPsc. My GitHub repo has a detailed readme with explanations of how I configured everything including Travis CI: https://github.com/mongodb-developer/SocialStats
I'm working on converting this talk to a blog series that will be released on the DevHub (https://developer.mongodb.com) over the next few months.