Hi,
I am unable to create S3 file notification. I am following this documentation
https://developer.salesforce.com/docs/data/data-cloud-int/guide/c360-a-awss3-udlo.html
and s3 bucket, added data, created lambda function and added source file into another bucket and uploaded it to function, created AWS CLI and configured, replaced the values in .conf with mentioned.
I am using windows, the process mentioned in the document is relatable to MAC and Linux OS, so tried running commands (mentioned in Doc) in WSL Ubuntu and tested from there, but it is throwing errors like
"Please export all the three AWS credentials (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN) and paste it to terminal (please use
https://docs.aws.amazon.com/keyspaces/latest/devguide/access.credentials.html
to generate it)"
I have generated and configured AWS credentials but still it is showing error, also I have removed the AWS session token condition from script as well. "
I have no idea where I'm going wrong, Can anyone help me out how to resolve this issue?
TIA.
I have AWS access key and secret key. How can I get AWS session token?
I saw this command: aws sts get-session-token
But this is returning a new access key, secret key and session token. Not the one that I have configured in IAM and in my terminal. I am so confused. Please help.