You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Currently i am using lambda annotation which generates cloud formation template to be used in azure devops for CI-CD pipeline in .net 8. Currently in azure devops but would need to move to bit bucket for my source repository.
I would like to explore AOT. For AOT i would need to use docker( I am new to this).
Steps 1) I believe i would need to create an ECR image for each lambda function defined by annotation via docker and push the image
Capture the image url created to pass on to the next step.
I think this partially defeats the purpose of using lambda annotations to begin with.
Steps 2) In my cloudformation template would need to use the imageUri for function.
I would like to learn more however looking for guidance with steps to follow to achieve automation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Currently i am using lambda annotation which generates cloud formation template to be used in azure devops for CI-CD pipeline in .net 8. Currently in azure devops but would need to move to bit bucket for my source repository.
I would like to explore AOT. For AOT i would need to use docker( I am new to this).
Steps 1) I believe i would need to create an ECR image for each lambda function defined by annotation via docker and push the image
Capture the image url created to pass on to the next step.
I think this partially defeats the purpose of using lambda annotations to begin with.
Steps 2) In my cloudformation template would need to use the imageUri for function.
I would like to learn more however looking for guidance with steps to follow to achieve automation.
Beta Was this translation helpful? Give feedback.
All reactions