-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugThis issue is a bug.This issue is a bug.
Description
Confirm by changing [ ] to [x] below to ensure that it's a bug:
- I've gone through Developer Guide and API referenceI've checked AWS Forums and StackOverflow for answersI've searched for previous similar issues and didn't find any solutionTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Describe the bug
Uncaught TypeError: Cannot set property 2011-06-15 of # which has only a getter
when I tried
node dist-tools/browser-builder.js s3,ec2 > aws-sdk-s3-ec2.js
and saw this index.html,
<!DOCTYPE html>
<html>
<head>
<script type="module">
import AWS from './aws-sdk-s3-ec2.js'
console.log(AWS)
</script>
</body>
</html>
occurs:
aws-sdk-s3-ec2.js:54153 Uncaught TypeError: Cannot set property 2011-06-15 of #<Object> which has only a getter at Object.115.../apis/ec2-2016-11-15.min (aws-sdk-s3-ec2.js:54153) at o (aws-sdk-s3-ec2.js:4) at r (aws-sdk-s3-ec2.js:4) at aws-sdk-s3-ec2.js:4
Is the issue in the browser/Node.js?
Browser
SDK version number
v2.799.0
anantoghosh, SeanGroff, DanielHuelse, tmokmss and aecorredor
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
dix aws#3555
ajredniwja commentedon Dec 16, 2020
Hey @misogihagi thanks for opening this issue and submitting a pull request: can you please address build failures for the PR.
misogihagi commentedon Dec 18, 2020
Phew, fixed as test succeed. check it up!
jcorteza commentedon Oct 21, 2021
Is there a resolution to this? I'm running into the same problem
ctwomblyamzn commentedon Dec 15, 2021
Our package amazon-connect-streams is affected by this bug. Can we please get some attention to this?
ahmedyounis commentedon Apr 2, 2022
Our dev team is getting the same error when integrating https://github.com/amazon-connect/amazon-connect-streams into our angular project.
ctunna commentedon May 5, 2022
Our team is also experiencing this issue.
jonatandmapser commentedon May 30, 2022
any news about this?
apdarshan commentedon Jun 27, 2022
Facing the same issue #amazon-connect/amazon-connect-streams#577 (comment)
Currently blocked on it, any short-term fix for this ?
SatoshiTomita commentedon Jun 30, 2022
It's not a pretty solution, but I solved the error by downloading the following amazon-connect-streams release file and commenting out the code below.
AWS.apiLoader.services['sts']['2011-06-15'] = require('../apis/sts-2011-06-15.min');
I have not checked in detail, so there may be some impact.
yenfryherrerafeliz commentedon Jul 15, 2022
Hi, we are currently investigating this, and we may come up with a solution as soon as possible. However, in the meantime you could do the following:
That solution came from the following PR, so thank you @misogihagi for it.
Thanks!