Skip to content

Conversation

@thantos
Copy link

@thantos thantos commented Oct 3, 2022

V0.1 of Formless/Node_CFN

  • Modules Hanlders
  • Hand Rolled Resources (not supported by CC)
    • Event Bus
      • Create
      • Update
      • Delete
    • Event Bus Rule (not supported by CC)
      • Create
      • Update
      • Delete
    • Policy (not supported by CC)
      • Create
      • Update
      • Delete
    • Managed policy (not supported by CC)
      • Create
      • Update
      • Delete
    • Queue Policy (not supported by CC)
      • Create
      • Update
      • Delete
    • Queue (optimization)
      • Create
      • Update
      • Delete
    • Role (optimization)
      • Create
      • Update
      • Delete
    • Secret (not supported by CC)
      • Create
      • Update
      • Delete
    • Event Source Mapping (optimization)
      • Create
      • Update
      • Delete
    • more...
  • All Functionless Runtime Tests pass with Formless
    • Lambda
    • Queue - Event Bus Rule was broken
    • Sfn
    • Secret
    • Table
    • Api
  • Plan
    • Compute
    • Render (cli)
  • Improve CLI Output
  • Support Delete
  • Support Statefulness via tags and or stateful saving
  • Bi-furcate consistent vs referenceable completion
  • Metrics
  • Support correct Ref logic for all resources - some reasons do not use ARN for REF like Queue (uses QueueUrl)

/**
* TODO: support optional snapshot.
*/
export interface ModuleHandler<Properties = any> {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the name ModuleHandler. Is it a Provider?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to research existing solutions before making up your own terms.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@thantos
Copy link
Author

thantos commented Oct 7, 2022

moved here: sam-goodwin/functionless#550

@thantos thantos closed this Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants