|
|
|
|
|
by eahefnawy
2623 days ago
|
|
Serverless Components keep track of all the resources it creates/updates and their properties locally in the .serverless directory. It also keeps it synced with the actual state of the resource on the provider (in case you've changed them in the console for example) So if you change the configuration, the component will be able to figure things out. |
|