I got this error from AWS cloudformation lambda
Resource handler returned message: "Unzipped size must be smaller than 262144000 bytes (Service: Lambda)
for deploying React application
Should adding something like this
archive_system_regex_exclude:
- (.*)node_modules(.*)
will solve the issue and what is the effect of this as our application is UI
What other solution could solve this ?
Thanks
Trying adding
archive_system_regex_exclude:
- (.*)node_modules(.*)
in lambda-transform.yml
But I don't know how this will affect our react application