You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
It would be great if `atlassian/aws-lambda-deploy` could support --image-uri as well as --zip-file for deploying to Lambda.
@BenHarris90 we think that it would be nice improvement for our pipe, thanks for raising this. We are happy to follow AWS new features and will notify you once we release it in the next update.
Regards, Galyna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@George Sunny I'm just using the AWS CLI in the pipeline. @Halyna Berezovska is there any update on when this is likely to be implemented, or when your "next update" will be released?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@adrienthiery @BenHarris90 you may try with
script:
- pipe: atlassian/aws-lambda-deploy:1.0.0
variables:
FUNCTION_NAME: 'my-lambda-function'
COMMAND: 'update'
IMAGE_URI: '${AWS_ACCOUNT}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/my-lambda-ecr-repository:image-tag'
However, we have not publish it yet officially, this is pre-release.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@BenHarris90 @adrienthiery be aware that this is only update, you have to create function from ecr image before updating it. You can use sam package and sam deploy to easily package and create function from ecr.
If you have more questions about setup, you may contact us or refer to AWS doc
https://docs.aws.amazon.com/lambda/latest/dg/configuration-images.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Later we will consider this feature in other pipes that can support container images, for instance, aws-sam-deploy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.