Pipeline to deploy a Python Lambda using serverless

0

Is there a step by step tutorial on how to deploy a Python Lambda via serverless using a Pipeline (or CodeBuild only for that matter) somewhere ?

I've gone through someones tutorial here: https://www.youtube.com/watch?v=aGI4Wlm5c9U but always seem to get stuck at the multiple IAM policies involved..

Just wondering if AWS has a step by step that i can follow.

clogwog
asked 2 years ago314 views
1 Answer
0
Accepted Answer

You can try this workshop - https://cicd.serverlessworkshops.io/

It has both Node.js and Python versions.

profile pictureAWS
EXPERT
answered 2 years ago
  • that looks good. i'll go through it. thank you !

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions