Skip to content

v0.2.0 Release

Choose a tag to compare

@jianzs jianzs released this 22 Nov 02:12
· 442 commits to main since this release
d6b53b9

What's Changed

  • chore: add playground link to README by @jianzs in #63
  • fix(sdk): table name error in DynameDBKVStore set method by @jianzs in #64
  • Version Packages by @github-actions in #65
  • chore: release 0.1.0 by @jianzs in #62
  • feat: enable users to deploy without AWS CLI by @jianzs in #68
  • Version Packages by @github-actions in #69
  • feat(deducer): support dynamically detecting resource type by @jianzs in #70
  • Version Packages by @github-actions in #71
  • feat(deducer,generator): support accessing the constants that located outside of the function scope by @jianzs in #73
  • Version Packages by @github-actions in #74
  • feat(deducer): support calling function that is located outside of the function scope by @jianzs in #75
  • Version Packages by @github-actions in #76

Features

CLI

  • Allow users to deploy without local AWS credentials by providing guidance on creating an IAM role that is associated with the Pluto account.

Deducer and Generator

  • Support dynamic determining if a type is one of the resource types.
  • Support accessing variables and calling functions that are located outside of the lambda function's scope.

Full Changelog: v0.1.0...v0.2.0