Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIFO queue example is wrong #3083

Closed
MarcoPolo opened this issue Apr 24, 2020 · 1 comment
Closed

FIFO queue example is wrong #3083

MarcoPolo opened this issue Apr 24, 2020 · 1 comment
Labels
docs/autogenerated Autogenerated content which cannot be edited directly.

Comments

@MarcoPolo
Copy link

File: docs/reference/pkg/nodejs/pulumi/aws/sqs/_index.md

should include adding a name: field that ends in ".fifo". like so

import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";

const queue = new aws.sqs.Queue("queue", {
    contentBasedDeduplication: true,
    fifoQueue: true,
    name: "queue.fifo"
});
@leezen leezen added the docs/autogenerated Autogenerated content which cannot be edited directly. label Apr 24, 2020
@lukehoban
Copy link
Contributor

Going to close this as a dupe of pulumi/pulumi-aws#967 - we really need to fix that in the core library itself - there isn't an easy way to just patch the docs here (it's going to be about the same effort as to just fix the underlying issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs/autogenerated Autogenerated content which cannot be edited directly.
Projects
None yet
Development

No branches or pull requests

3 participants