@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.
Looking for this :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@BenHarris90 How are you updating lambda images now using pipelines?
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.
@BenHarris90 we are testing out this feature for our pipe this week
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would love to see this coming as well 🙂
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.