Aws service conection example

hi , i need a aws service conection example for app inventor

Err, there is quite a lot there on AWS, what specifically do you want to connect to? Pease give as much information as possible so that we can provide the best answer.

thanks , i need a app inventor example to connect to aws rds service, DynamoDB , to aws cloud front , i do'nt know how to do it........

I have no experience of the AWS products you mention, there are no dedicated components to any of them in AI2. It appears they have APIs, so if they have a REST API you may be able to interact with them through the web component using GET/POST/PUT (PATCH may be coming soon).

Good block programming is important when dealing with these services to ensure you are not calling large volumes of data, which may incur costs.

thanks a lot