You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our generated code currently puts modules for all services into the same flat package structure. This makes sense (and works) because they all have the same top-level provider in their resource type ("AWS").
Moving forward, we want to be able to support other top-level providers that have AWS_compatible services and resources (for now, we are ignoring other cloud providers like GCP and Azure). For example:
Alexa (eg. "Alexa::ASK::Skill")
Custom resources from 3rd party providers (is this a thing?)
The text was updated successfully, but these errors were encountered:
Our generated code currently puts modules for all services into the same flat package structure. This makes sense (and works) because they all have the same top-level provider in their resource type ("AWS").
Moving forward, we want to be able to support other top-level providers that have AWS_compatible services and resources (for now, we are ignoring other cloud providers like GCP and Azure). For example:
The text was updated successfully, but these errors were encountered: