Skip to content

MissingAction error for everything #59

@meza

Description

@meza

Hey, just trying to use the absolute basics and this is what I'm getting for all command line attempts:

An error occurred (400) when calling the CreateQueue operation: <ErrorResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/">
      <Error>
        <Type>Sender</Type>
        <Code>MissingAction</Code>
        <Message>MissingAction; see the SQS docs.</Message>
        <Detail/>
      </Error>
      <RequestId>00000000-0000-0000-0000-000000000000</RequestId>
    </ErrorResponse>

Attempting with the commands in the readme aws --endpoint-url http://localhost:9324 sqs create-queue --queue-name newqueue

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions