Skip to content

Using AWS IVSClient #3870

Answered by ajredniwja
allegrojm asked this question in Q&A
Aug 20, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hey John, I believe the formatting is wrong in the code above, can you use something like:

    let ivsconfig = {
        configuration: {
            credential: {
                accessKeyId: "xxx",
                secretAccessKey: "xxx",
            },
            region: "us-east-1",
        },
    };

    let ivsClient = new IvsClient(ivsconfig.configuration);

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@allegrojm
Comment options

Answer selected by allegrojm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance General information and guidance, answers to FAQs, or recommended best practices/resources. response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
2 participants