And exporting the profile to use the above export AWS_PROFILE=pulumiprofile.
Output of pulumi about
I've already fixed the issue as identified above - I can't easily replicate it now the resources are deployed. If you need more information please let me know.
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
What happened?
As a new user to Pulumi, following https://www.pulumi.com/templates/static-website/aws/ resulted in the following
package.json
This stale version of
synced-folder
causes issues with AWS SSO profile - throwing an error similar to this fixed issue .Upgrading the entry to
Fixed the issue.
Example
Following the guide results in the generation of the above
package.json
. Then runpulumi up
with an AWS config such asAnd exporting the profile to use the above
export AWS_PROFILE=pulumiprofile
.Output of
pulumi about
I've already fixed the issue as identified above - I can't easily replicate it now the resources are deployed. If you need more information please let me know.
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).