argo-events: SNS and SQS Examples don't work, more instructions and docs need

I am trying to deploy SNS and SQS gateways following readme and examples, but none of them works.

I think I am missing multiple things, but first of all I want confirm how to write configmap.yaml

For creds, I am doing following things:

    accessKey:
      name: aws-secret
      key: {my aws_access_key_id }
    secretKey:
      name aws-secret
      key: {my aws_secret_access_key}

what ‘name’ fields should I put there ? leave it as ‘aws-secret’ ?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 30 (17 by maintainers)

Most upvoted comments

Sure ! thanks for the such fast response 👍