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
ataylorme
changed the title
Allow all optional props for NodejsFunction to be passed to defineFunction in @aws-amplify/backend
Allow all optional props for NodejsFunction to be passed to defineFunction in @aws-amplify/backend-function
Sep 6, 2024
@ykethan I created #1971 to implement this feature. It would be great to get it reviewed or at least the test run allowed so I can fix things as needed
Environment information
Describe the feature
Currently the
FunctionProp
type only allows for specific props.Allow all optional props for NodejsFunction, such as
logRetention
, to be passed todefineFunction
Use case
NodejsFunction
todefineFunction
from@aws-amplify/backend
defineFunction
from@aws-amplify/backend
The text was updated successfully, but these errors were encountered: