Skip to content

Conversation

@onno-vos-dev
Copy link
Member

@onno-vos-dev onno-vos-dev commented Jan 27, 2026

First "ticket" in order to get to work on: aws-beam/aws-elixir#223 since the codegen is currently broken...

@onno-vos-dev onno-vos-dev force-pushed the fix-aws-codegen-after-recent-aws-models branch from 1a8a799 to 0197faf Compare January 27, 2026 08:10

defp reserved_type(type) do
type == "node" || type == "term" || type == "function" || type == "reference" || type == "identifier"
type == "node" || type == "term" || type == "function" || type == "reference" || type == "identifier" || type == "none" || type == "none()"
Copy link
Member Author

Choose a reason for hiding this comment

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

It's a little bit funky to support none and none() here but it's a bit finicky to get these types to work properly and this at least covers the None type that AWS introduced recently so I'll let it be for the time being.

@onno-vos-dev onno-vos-dev merged commit cb3cdf4 into master Jan 28, 2026
3 checks passed
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