Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 08:36
· 97 commits to master since this release
592d518

1.8.0 (2023-01-31)

Bug Fixes

  • 🐛 changed path names (929e7ea)
  • 🐛 fixed patch (1dea287)
  • 🐛 started moving modified resource definitions to new directory instead of changing them (b202a5e)
  • 🔥 removed params (7eca7f7)
  • 💄 cleaned up aws resources definition (09ac70d)
  • 📦 stopped removing comments as comments are necessary when writing configuration (49ad00a)
  • ✅ stopped doing codecoverage (3922d74)

Features

  • 🔥 removed resources as it's been moved to it's own file (0136c82)
  • 🔥 removed unnecessary property (27b5467)
  • 💄 cleaned up individual resources using the script (df23d83)
  • ✨ added a new CF function type that can be used in place of string (2955c4a)
  • ✨ added cloudformation conditions (67b8340)
  • ✨ added Cloudformation mappings (b26ea6e)
  • ✨ added even more missing properties (0bf31d1)
  • ✨ added new resource definition system (10be935)
  • ✨ added parameters to resources (17660c4)
  • ✨ imported individual resource files from cloudformation (8b3de0f)
  • ✨ moved alb event and alexa skill to events.json (51edcec)
  • ✨ released new serverless framework schema package (fb191a8)
  • ✨ removed all aws resource from main reference file because they're now in their own files (86fedc4)
  • ✨ started adding CF intrinsic functions to resources of type string (2998e27)
  • ✨ started building description from description and source url (e631c77)
  • ✨ started removing readonly properties from schemas (3eb74b1)
  • ✨ upgraded transform (5fad518)
  • ✅ added serverless framework and a package command to test CF generated by SF (5b2711d)
  • 🔧 added asdf config file for ensuring node version 16 is used to generate resources (84a5e1f)