Skip to content

feat: formless#1

Closed
thantos wants to merge 15 commits intomainfrom
sussman/node_cfn_v0.1
Closed

feat: formless#1
thantos wants to merge 15 commits intomainfrom
sussman/node_cfn_v0.1

Conversation

@thantos
Copy link
Copy Markdown

@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)

Comment thread src/module-handler.ts Outdated
/**
* TODO: support optional snapshot.
*/
export interface ModuleHandler<Properties = any> {
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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