This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@plutolang/cli@0.4.53
Patch Changes
@plutolang/simulator-adapter@0.3.35
@plutolang/static-deducer@0.4.13
@plutolang/simulator-adapter@0.3.35
Patch Changes
Updated dependencies [cdf966f]
@plutolang/pluto@0.4.19
@plutolang/pluto-infra@0.4.28
@plutolang/pluto@0.4.19
Patch Changes
cdf966f: feat(sdk): remove runtime dependency for AWS account ID retrieval
The previous AWS queue resource type implementation required the AWS_ACCOUNT_ID environment variable to be set by the runtime handler. The setting only occurred upon receiving a request, causing a panic if the queue resource type was used globally without the AWS_ACCOUNT_ID being set.
This commit eliminates the need for runtime setting of AWS_ACCOUNT_ID by utilizing the sts.GetCallerIdentity API to retrieve the account ID.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@plutolang/cli@0.4.53
Patch Changes
@plutolang/simulator-adapter@0.3.35
Patch Changes
@plutolang/pluto@0.4.19
Patch Changes
cdf966f: feat(sdk): remove runtime dependency for AWS account ID retrieval
The previous AWS queue resource type implementation required the
AWS_ACCOUNT_ID
environment variable to be set by the runtime handler. The setting only occurred upon receiving a request, causing a panic if the queue resource type was used globally without theAWS_ACCOUNT_ID
being set.This commit eliminates the need for runtime setting of
AWS_ACCOUNT_ID
by utilizing thests.GetCallerIdentity
API to retrieve the account ID.@plutolang/pluto-infra@0.4.28
Patch Changes