2020-09-08
- bumped to CDK 1.62.0
- support for
Connectors
- support for Spooler configuration
- support for Stream manager configuration
- support for automatic IP detection configuration
- support for
Devices
- tests
- implementation of
Subscriptions
class to manage subscriptions
2020-09-04
- renamed
greengrass.ts
toindex.ts
, meaning that the import of the library is nowimport * as gg from '<folder>/lib'
- renamed
GGLambda
toFunction
and theFunction
namespace toFunctions
- modified the
memory
property type ofFunctionProps
fromnumber
tocdk.Size
- modified the
timeout
property type ofFunctionProps
fromnumber
tocdk.Duration
- moved the sample stack application in the
./sample
folder