No new features, the main change is an overhaul of how completions and hovers are sourced due to the deprecation of https://github.com/awsdocs/aws-cloudformation-user-guide and https://github.com/awsdocs/aws-sam-developer-guide.
- 2b45847 Implement completions for static keys, e.g.
Type
/Properties
/DeletionPolicy
/... for resources,Description
/Value
/Export
/... for outputs - adf8ba4 Hovers for intrinsic functions
- 9e5416c
textDocument/definition
for!GetAtt
s. - 6826623 Completions for enum property values.
- b10f249 Support
textDocument/hover
for!GetAtts
- #5 Respect
cfn-lint
config if it exists, thanks to @mbarneyjr - 445a824 Fix for #4 - error with Python 3.11
- f7e4198 Use
us-east-1
by default for all diagnostics so diagnostics are not duplicated in some circumstances - 91b217f Partial support for
!GetAtt
completions