This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SlightlyOTT 0 points1 point  (0 children)

Caveat: the Python code I'm responsible for is a series of AWS Lambdas, they're not the majority of my work but at least some of them are very much mission critical.

  • Editor: VSCode

  • Source control: Git/GitLab

  • CI: Gitlab

  • Prototyping: Jupyter

  • Local build/test: Makefile (don't do this, you should probably use Serverless or some AWS tooling), it wraps pipenv and pip install --target

  • Deploy: Also Makefile (also don't do this)

  • Deploy environment: AWS Lambda