Hi, I’m integrating AWS GuardDuty with Jira Service Management. My Lambda function maps GuardDuty severity (1–8) to Jira priority codes (P1–P4) and sends an SNS message with a payload that i...
...or development projects of a specific kind. For example, if a team writes Golang code that is executed in AWS Lambda, the starting point repository might be a Golang repository with an AWS SAM t...
...ython file for said dag and have also created the SNS topic for the dag failure which I have connected to a Lambda function to trigger the Lambda function and notify me when it is triggered. I'm s...
Hi there, I am trying to deploy my backend using atlassian/serverless-deploy:1.5.0. But I am getting the following error : Can somebody help resolve this error please? The other thing is it do...
Following the example in the serverless-deploy documentation, I've added the following code to my pipeline: - echo 'npm install serverless-lift@1.*' > .install-sls-plugins.sh # - echo 'cat serve...
I have a pipeline step that already successfully updates a lambda. However, I just tried the example where we subsequently get the version number and assign an alias to it in the same step. The s...
Hey there, According to the atlassian/serverless-deploy:1.2.0 (https://bitbucket.org/atlassian/serverless-deploy/src/master/), to set different Serverless configuration file we should define CONFIG ...
@mention So I'm creating my custom pipeline using pipe integration and environmental variables I created. There's a testing, staging and production, environmental variable thanks to the ad...
Hello Bitbucket. My team is currently using the atlassian/aws-lambda-deploy image for lambda deployment. Our lambda functions deploy but the default directory/filepath does not allow o...
...rom "/root/.cache/serverless-python-requirements/1f8875b144ca0ef6448bc54adcda2143dac724167f52c31feeb3279ccc4a6bc1_x86_64_slspyc/requirements.txt" Docker Image: lambci/lambda:build-python3.8 Using d...
...itbucket-pipelines.yml: pipelines: default: - step: # Build and package the Lambda function. name: Build and p...
I'm trying to deploy to the new serverless console, which requires serverless v3 npm module. Do you think it would be possoble to realease a new version of the serverless deployment pipeline to upgra...
Hello, while trying to deploy a serverless v3 project to AWS I get the following error: Status: Downloaded newer image for bitbucketpipelines/serverless-deploy:1.1.1 INFO: Deploying your se...
I need to have 4 versions of my lambda function, the idea is that I can update each version from my pipeline without updating the latest version. How can I do it?
Hello everyone. I'm having a pprblem trying to set up a pipeline for update an AWS Lambda function. Once the deploy is triggered, it fails with the following error: Status: Downloaded newer i...
Hey Team we have multiple issues. in all the issue have different kind of label like stage-FE, stage-BE, prod-FE, prod-BE and all labels are associate in single board and in sin...
...ockerfile pulling from my public docker image, many of the essential files are missing in the final build step. I need the entire /var folder from amazon/aws-lambda-python:3.9 as aws to be in my f...
I try to use JIRA library for Python in aws lambda. I create layer in lambda put in it the zip file that the contain the output of this command : pip3 install -t /home/reham/projectes/j...
Hi everyone, i try to create layer in aws lambda python SDK of opsgenie but when i run the code i get this error: ''Unable to import module 'lambda_function': No module named 'o...
The aws-lambda-deplopy pipe version 1.3.0 is not waiting on the LastUpdateStatus to be successful before proceeding. In the case where we issue an update command with a function configuration, the c...
We are planning to use the ServerLess-deploy pipe for the Lambda and Glue Job deployment. But didn't find an option how to add the additional plugin to serverless pipes for a different type of p...
Is there a way to put multiple aws accounts defined in the pipeline . Currently creating a pipeline to deploy aws lambda function to multiple aws accounts as shown below. Already inplaced the c...
Hi! The current version for Boto3 is below 1.18.4, where a ResourceConflictException error related to AWS Lambda Deploy has been fixed (src). This error is related to the changes explained here by t...
Please add OIDC support for serverless-deploy pipe AWS.
I'm trying to fix this error when deploying my lambda: INFO: Writing results to file /opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/aws-lambda-deploy-e...
Copied to clipboard