Replies: 1 comment
-
I think I know the answer of my 2nd question. When specifying When a project has multiple Lambda functions reside in different sub-folders and reference packages in parent folder or other folders, using If you must use If you cannot upgrade SAM CLI easily (for example the SAM CLI is in CI/CD system), the workaround is:
|
Beta Was this translation helpful? Give feedback.
-
HI AWS SAM CLI folks,
I am migrating Go lambda runtime from go1.x to provided.al2, hit this error, I am using SAM CLI v1.23.0, does it mean this version is too old doesn't have provided runtime support? Which version of SAM CLI started to support provided.al2 runtime?
error log:
My template.yml:
Also I have another question, when upgrading to
provided.al2
runtime, must I specifyBuildMethod
? What is difference betweenBuildMethod: go1.x
andBuildMethod: makefile
with a makefile explicitly callsgo build
? Thanks!Beta Was this translation helpful? Give feedback.
All reactions