Closed
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 solution
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
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?
6 remaining items