I used the aws sam lambda function(hello_world) template to create a project. I can build, invoke locally and deploy from local using sam command. Now, the code is in Azure repo. I used "python package" to do pipeline and deploy but I do not know how can I build, package and deploy scripts of sam cmd? I searched google but did not get good resources or video.
Please give me some good resources, videos etc.