如何在Java中签入应用程序有权在不发布的情况下发布到Amazon SNS?
答案 0 :(得分:0)
我假设您正在询问如何检查已提供给应用程序的凭据是否可以成功使用const corsOptions = {
origin: '*',
methods: 'GET,POST,OPTIONS,PUT,PATCH,DELETE',
allowedHeaders: 'X-Requested-With,content-type',
credentials: true,
}
app.use(cors(corsOptions));
命令。
您可以尝试Testing IAM Policies with the IAM Policy Simulator。显然它可以通过API调用。