-
Notifications
You must be signed in to change notification settings - Fork 633
Closed
Closed
Copy link
Labels
closed-for-stalenessdocumentationThis is a problem with documentation.This is a problem with documentation.p2This is a standard priority issueThis is a standard priority issueresponse-requestedWaiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Description
Describe the issue
Hi Team,
Please consider below code:
import { MWAAClient, CreateWebLoginTokenCommand } from '@aws-sdk/client-mwaa'
const mwaaClient = new MWAAClient({ region })
const loginTokenCommand = new CreateWebLoginTokenCommand({ Name: envName })
const response = await mwaaClient.send(loginTokenCommand)
const webServerHostName = response.WebServerHostname
const webToken = response.WebToken
In the above code, the web token we are getting is not valid for my application in typescript,
but when I am using the Python code, it works fine for my application.
Please advice.
Links
Metadata
Metadata
Assignees
Labels
closed-for-stalenessdocumentationThis is a problem with documentation.This is a problem with documentation.p2This is a standard priority issueThis is a standard priority issueresponse-requestedWaiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.