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
Right now, there are two image resolver options: id + '.tif' and the CloudFront preflight function. To add some flexibility, we should accept an optional printf-style template that the ID gets applied to. (e.g., '%s.tif', /path/to/images/%s.pyramid.tif).
Done Looks Like
Built-in resolver accepts a resolverTemplate environment variable
SAM templates updated to include resolverTemplate variable
The text was updated successfully, but these errors were encountered:
Description
Right now, there are two image resolver options:
id + '.tif'
and the CloudFront preflight function. To add some flexibility, we should accept an optional printf-style template that the ID gets applied to. (e.g.,'%s.tif'
,/path/to/images/%s.pyramid.tif
).Done Looks Like
resolverTemplate
environment variableresolverTemplate
variableThe text was updated successfully, but these errors were encountered: