Notes
Notes - notes.io |
name: invoke-lambda-for-cr
identifier: invokelambdaforcr
type: Custom
delegateSelectors:
- investordevelopmenttoolsaa00003343-delegate-snp-qa
spec:
execution:
steps:
- step:
name: invoke-lambda-cr
identifier: invokelambdacr
delegateSelectors:
- investordevelopmenttoolsaa00003343-delegate-snp-qa
timeout: 1h
type: ShellScriptProvisions
spec:
connectorRef: investordevelopmenttoolsaa00003343_aws_cloud_snp_qa_261154120193
image: harness/delegate:tf-1.6.5
shell: Bash
source:
type: Inline
spec:
script: |
# Assume role and export credentials
export AWS_DEFAULT_REGION=us-east-1
echo "Default region is $AWS_DEFAULT_REGION"
temp_role=$(aws sts assume-role --role-arn arn:aws:iam::261154120193:role/AA00003343_Harness_Pipeline_Role --role-session-name lambda-trigger --region us-east-1)
if [ $? -ne 0 ]; then
echo "Failed to assume role"
exit 1
fi
export AWS_ACCESS_KEY_ID=$(echo $temp_role | jq -r .Credentials.AccessKeyId)
export AWS_SECRET_ACCESS_KEY=$(echo $temp_role | jq -r .Credentials.SecretAccessKey)
export AWS_SESSION_TOKEN=$(echo $temp_role | jq -r .Credentials.SessionToken)
export AWS_REGION=$REGION
echo "Region in place $AWS_REGION"
# Verify credentials
aws sts get-caller-identity --region us-east-1
if [ $? -ne 0 ]; then
echo "Failed to verify credentials"
exit 1
fi
# Check if the payload file exists
# if [ ! -f payload.json ]; then
# echo "File payload.json not found!"
# exit 1
# fi
# Invoke Lambda function
pwd
ls -lrth
#mv /onyx-infra/payload/payload.json .
aws lambda invoke --function-name Onyx-servicenow --cli-binary-format raw-in-base64-out --payload fileb://payload.json response.json
if [ $? -ne 0 ]; then
echo "Failed to invoke Lambda function"
exit 1
fi
echo "Lambda function invoked successfully"
# Export the ServiceNow Change Request ID as variable
echo "Extracted servicenow Change Request ID: $SERVICENOW_CHANGE_REQUEST_ID"
echo "SERVICENOW_CHANGE_REQUEST_ID=$SERVICENOW_CHANGE_REQUEST_ID" > output.properties
environmentVariables:
- name: AWS_REGION
type: String
value: us-east-1
when:
pipelineStatus: All
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team