sparse-intern-71089
10/25/2023, 1:42 AMmillions-furniture-75402
10/25/2023, 12:32 PM@pulumi/aws
still.
npm i @pulumi/aws@5.30.0
npm list --depth 1 --json |jq '.dependencies["@pulumi/aws"] | .dependencies["aws-sdk"]'
{
"version": "2.1374.0"
}
v6 has breaking changes for my stacks that I'll need to coordinate. Not sure if it solves it, but the older aws-sdk package doesn't appear to be there when I install it.
rm -rf node_modules
npm i @pulumi/aws@latest
npm list --depth 1 --json |jq '.dependencies["@pulumi/aws"]' |grep aws
"resolved": "<https://registry.npmjs.org/@pulumi/aws/-/aws-6.6.0.tgz>",