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
@SNagappan we have updated our solution, and I believe your issue has been fixed. If you still see the issue with the latest version (v6.0.0), please feel free to reopen the issue.
The custom rewrite environment variables do not work if the key doesn't have a file extension.
https://github.com/awslabs/serverless-image-handler/blob/master/source/image-handler/image-request.js#L282 The regex checks if a file extension exists and custom request type is only selected if both the regex match and the environment variables are defined. Is the existence of the environment variables not a sufficient enough check? The regex limits it to keys with file extensions.
Is there any way to support custom expressions for keys without file extensions?
The text was updated successfully, but these errors were encountered: