Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@laconia/core

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laconia/core - npm Package Versions

12

0.13.0

Diff

Changelog

Source

[0.13.0]

Changed

  • @laconia/core
    • BREAKING Moved event out of LaconiaContext. laconia() will call your handler function with the parameter of event, LaconiaContext instead of just LaconiaContext
      • Change your handler function from ({ event, dependency }) => {} to (event, { dependency }) => {}
      • Change unit test usage of #run from .run({ event, dependency }) to .run(event, { dependency })
ceilfors
published 0.12.0 •

Changelog

Source

[0.12.0]

Added

  • @laconia/config
    • Merged @laconia/s3-config and @laconia/ssm-config here.
    • Add boolean conversion support

Changed

  • @laconia/s3-config
    • BREAKING This package is now merged to @laconia/config. Change your environment variable from LACONIA_S3CONFIG_VAR: foo to LACONIA_CONFIG_VAR: s3:foo
  • @laconia/ssm-config
    • BREAKINGThis package is now merged to @laconia/config. Change your environment variable from LACONIA_SSMCONFIG_VAR: foo to LACONIA_CONFIG_VAR: ssm:foo
ceilfors
published 0.11.0 •

Changelog

Source

[0.11.0]

Added

  • @laconia/core
    • postProcessor method
  • @laconia/xray
    • Ability for multiple factories to run concurrently by registering Array

Changed

  • @laconia/invoker
    • BREAKING Constructor of invoker is changed from invoker(functionName, options) to invoker(functionName, lambda, options). The second parameter is an instance of AWS.Lambda. Usage of invoker.envVarInstances is recommended.
ceilfors
published 0.10.0 •

Changelog

Source

[0.10.0]

Added

  • @laconia/core
    • Ability for multiple factories to run concurrently by registering Array
ceilfors
published 0.9.0 •

Changelog

Source

[0.9.0]

Added

  • @laconia/s3-config
    • New package to retrieve application config from S3
ceilfors
published 0.8.0 •

Changelog

Source

[0.8.0]

Changed

  • @laconia/ssm
    • BREAKING Rename environment prefix from LACONIA_SSM_ to LACONIA_SSMCONFIG_
    • Rename package from @laconia/ssm to @laconia/ssm-config
  • @laconia/invoke
    • BREAKING Rename environment prefix from LACONIA_INVOKE_ to LACONIA_INVOKER_
    • Rename package from @laconia/invoke to @laconia/invoker as invoke is not a noun
ceilfors
published 0.7.0 •

Changelog

Source

[0.7.0]

Added

  • @laconia/core
    • Caching support for registered factory
ceilfors
published 0.6.0 •

Changelog

Source

[0.6.0]

Changed

  • @laconia/invoke
    • BREAKING Change usage from invoke.envVarInstances to invoke.envVarInstances() for future extensibility
  • @laconia/ssm
    • BREAKING Change usage from ssm.envVarInstances to ssm.envVarInstances() for future extensibility
  • @laconia/test
    • BREAKING Change usage from spy.instances to spy.instances() for future extensibility
ceilfors
published 0.5.0 •

Changelog

Source

[0.5.0]

Added

  • @laconia/ssm
    • Introduce a new package to retrieve parameters and secrets from SSM
    • Add convention over configuration support

Changed

  • BREAKING Rename all packages to become scoped packages
    • laconia-core becomes @laconia/core
    • laconia-invoke becomes @laconia/invoke
    • laconia-batch becomes @laconia/batch
    • laconia-test becomes @laconia/test
  • @laconia/invoke
    • BREAKING Rename invoke.instances to invoke.envVarInstances
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc