Yevhenii Petrenko
Yevhenii Petrenko
Seems to me node 17 doesn't supported by aws
U can use the code from my project to reproduce this issue but u need to change aws-profile to yours https://github.com/vekaev/educ_sls_auctions
Hello @dtaylor7, When will it be possible to merge?
## My simple version ```react import React, { ChangeEvent, useState } from 'react'; import { Input } from '@/components/ui/input'; import { cn } from '@/utils'; interface DropzoneProps extends Omit {...